8d825945019450cf750ba426d980a4dd48251df4source_git · ruan11223344/mcpdocserver · current release
Observed 2026-08-25T08:42:21.671Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
docs_get_doc_detailInput schema{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "文档ID"
},
"source": {
"type": "string",
"description": "文档源名称(如不提供,将搜索所有源)"
}
},
"required": [
"id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
docs_list_docsInput schema{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 50,
"description": "最大返回文档源数量"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
docs_search_docsInput schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "搜索关键词"
},
"source": {
"type": "string",
"description": "文档源名称(可选)"
},
"limit": {
"type": "number",
"default": 10,
"description": "最大结果数量"
}
},
"required": [
"query"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |