← McpDocServer

McpDocServer 8d825945019450cf750ba426d980a4dd48251df4

source_git · ruan11223344/mcpdocserver · current release

3
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T08:42:21.671Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 3

ToolCategoryAnnotationsRisk
docs_get_doc_detail
Input 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_docs
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 50,
      "description": "最大返回文档源数量"
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
docs_search_docs
Input 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#"
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.