mcp-builder.json 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "id": "mcp-builder",
  3. "name": "MCP Server Development Guide",
  4. "description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).",
  5. "steps": [
  6. {
  7. "id": 1,
  8. "name": "**Tool Inspection**",
  9. "description": "**Tool Inspection**: List available tools and understand their capabilities",
  10. "type": "instruction"
  11. },
  12. {
  13. "id": 2,
  14. "name": "**Content Exploration**",
  15. "description": "**Content Exploration**: Use READ-ONLY operations to explore available data",
  16. "type": "instruction"
  17. },
  18. {
  19. "id": 3,
  20. "name": "**Question Generation**",
  21. "description": "**Question Generation**: Create 10 complex, realistic questions",
  22. "type": "instruction"
  23. },
  24. {
  25. "id": 4,
  26. "name": "**Answer Verification**",
  27. "description": "**Answer Verification**: Solve each question yourself to verify answers",
  28. "type": "instruction"
  29. }
  30. ],
  31. "inputs": [],
  32. "outputs": []
  33. }