Files
prompts/src/personal_mcp/docs/skills/mcp-details/references/sdk-and-fastmcp.md
T

1.8 KiB

SDK and FastMCP

Use this page for implementation-oriented links across MCP SDKs and FastMCP.

MCP SDKs

!!! info "SDK sources" - Python SDK repository - TypeScript SDK repository - Python SDK documentation

FastMCP

!!! info "FastMCP sources" - FastMCP project documentation - FastMCP server identity and behavior - FastMCP tools and annotations - FastMCP resources and templates - FastMCP prompts - FastMCP argument completion - FastMCP component icons - FastMCP Apps - FastMCP GitHub repository - FastMCP examples directory - FastMCP PyPI package

Server Implementation Patterns

!!! info "Implementation references" - MCP server concepts - MCP architecture patterns - Python packaging and resources

Notes

  • Prefer official SDK repositories for API shape and compatibility checks.
  • Use FastMCP references for rapid server scaffolding and implementation examples.
  • For protocol-first questions, start from mcp-protocol-and-spec.md.