# Ecosystem and Tooling Use this page for MCP client setup, operational tools, and integration references. ## VS Code and Copilot MCP Integration !!! info "VS Code MCP docs" - [VS Code MCP servers overview](https://code.visualstudio.com/docs/agent-customization/mcp-servers) - [VS Code MCP configuration reference](https://code.visualstudio.com/docs/agents/reference/mcp-configuration) - [VS Code Copilot customization overview](https://code.visualstudio.com/docs/copilot/customization/overview) ## Debugging and Inspection !!! info "Inspector and diagnostics" - [MCP inspector repository](https://github.com/modelcontextprotocol/inspector) - [MCP protocol repository issues](https://github.com/modelcontextprotocol/spec/issues) - [Python logging configuration docs](https://docs.python.org/3/library/logging.config.html) ## Runtime and API Framework References !!! info "Runtime references" - [FastAPI documentation](https://fastapi.tiangolo.com/) - [Uvicorn settings](https://www.uvicorn.org/settings/) - [AnyIO documentation](https://anyio.readthedocs.io/en/stable/) ## Notes - Use these links when tasks include IDE wiring, MCP server runtime setup, or production operations. - Keep protocol and SDK references separate to avoid overloading implementation prompts.