References¶
External sources consulted during template design, kept to what actually
shaped the output. Consulted-but-rejected sources are not listed — their
verdicts live in TODO.md next to the decision.
MCP scaffold¶
- MCP Python SDK で MCP サーバーを作ってみる
(Zenn, 2025/06) — v1-era intro, but its three-primitive layout (tool /
resource / prompt) confirmed the scaffold was missing
promptand resource templates. Led toreview_code+greeting://{name}. - mcp-cookie-cutter
— example-rich but pinned to SDK
<2.0(FastMCP), so the foundation predates this template's v2 (MCPServer) port. Only the example breadth was referenced; its decorator layer, Streamlit UI, SQLite logging and JIRA DevFlow were judged out of scope. - MCP Deploy & scale — official SDK docs. Basis for the "no MCP-specific Docker recipe" position in the MCP how-to: process management and auth stay outside the scaffold.
- Model Context Protocol — the spec
itself. Referenced for transport status (SSE deprecated → streamable-http)
and
TransportSecuritySettingssemantics.