docs: collect mongo-ops lib (mkdocstrings) + wiki into separate site subpaths, fix mcp server name, expose port 8007
- mongo-ops now serves /mongo-ops/wiki/ and /mongo-ops/lib/ independently - add mongo-ops MCP bundle under mcp/mongo-ops - fix copy-paste mcp server (jwtlib -> mongo_ops) in config.yml - .drone.yml/Dockerfile: publish port 8007 for mongo-ops MCP
This commit is contained in:
95
mcp/mongo-ops/modules/mongo_ops.cache.config.json
Normal file
95
mcp/mongo-ops/modules/mongo_ops.cache.config.json
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"module": "mongo_ops.cache.config",
|
||||
"content": {
|
||||
"path": "mongo_ops.cache.config",
|
||||
"docstring": "Cache configuration.",
|
||||
"objects": {
|
||||
"dataclass": {
|
||||
"name": "dataclass",
|
||||
"kind": "alias",
|
||||
"path": "mongo_ops.cache.config.dataclass",
|
||||
"signature": "<bound method Alias.signature of Alias('dataclass', 'dataclasses.dataclass')>",
|
||||
"docstring": null
|
||||
},
|
||||
"Literal": {
|
||||
"name": "Literal",
|
||||
"kind": "alias",
|
||||
"path": "mongo_ops.cache.config.Literal",
|
||||
"signature": "<bound method Alias.signature of Alias('Literal', 'typing.Literal')>",
|
||||
"docstring": null
|
||||
},
|
||||
"Optional": {
|
||||
"name": "Optional",
|
||||
"kind": "alias",
|
||||
"path": "mongo_ops.cache.config.Optional",
|
||||
"signature": "<bound method Alias.signature of Alias('Optional', 'typing.Optional')>",
|
||||
"docstring": null
|
||||
},
|
||||
"Redis": {
|
||||
"name": "Redis",
|
||||
"kind": "alias",
|
||||
"path": "mongo_ops.cache.config.Redis",
|
||||
"signature": "<bound method Alias.signature of Alias('Redis', 'redis.asyncio.Redis')>",
|
||||
"docstring": null
|
||||
},
|
||||
"CacheConfig": {
|
||||
"name": "CacheConfig",
|
||||
"kind": "class",
|
||||
"path": "mongo_ops.cache.config.CacheConfig",
|
||||
"signature": "<bound method Class.signature of Class('CacheConfig', 11, 25)>",
|
||||
"docstring": null,
|
||||
"members": {
|
||||
"enabled": {
|
||||
"name": "enabled",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.enabled",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
},
|
||||
"backend": {
|
||||
"name": "backend",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.backend",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
},
|
||||
"redis_client": {
|
||||
"name": "redis_client",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.redis_client",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
},
|
||||
"default_ttl": {
|
||||
"name": "default_ttl",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.default_ttl",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
},
|
||||
"max_entries": {
|
||||
"name": "max_entries",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.max_entries",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
},
|
||||
"key_prefix": {
|
||||
"name": "key_prefix",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.key_prefix",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
},
|
||||
"cleanup_interval": {
|
||||
"name": "cleanup_interval",
|
||||
"kind": "attribute",
|
||||
"path": "mongo_ops.cache.config.CacheConfig.cleanup_interval",
|
||||
"signature": null,
|
||||
"docstring": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user