MCP Troubleshooter

by devlimelabs

generate-mcp-server-template

Create tailored MCP server templates for Python or TypeScript with customizable features to streamline configuration and deployment for diagnostic frameworks.

Input Schema

NameRequiredDescriptionDefault
featuresYesFeatures to include in the template
serverNameYesName for the MCP server
serverTypeYesType of server to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "features": { "description": "Features to include in the template", "enum": [ "basic", "tools-only", "resources-only", "complete" ], "type": "string" }, "serverName": { "description": "Name for the MCP server", "type": "string" }, "serverType": { "description": "Type of server to generate", "enum": [ "typescript", "python" ], "type": "string" } }, "required": [ "serverName", "serverType", "features" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Troubleshooter

Related Tools

ID: xc5szgdfck