get-mcp-docs
Generate documentation for MCP servers built using the boilerplate template. Provides clear API references and implementation guides for developers creating custom MCP server integrations.
Instructions
Make an MCP server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The name of the MCP server |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "The name of the MCP server",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}