docs_list_docs
Retrieve a list of documentation sources from McpDocServer using MCP protocol, enabling efficient access and management of development framework resources. Customize results with a limit parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | 最大返回文档源数量 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"default": 50,
"description": "最大返回文档源数量",
"type": "number"
}
},
"type": "object"
}