MCP-1D: Implement the FastMCP server and transport startup
Summary
Add the actual MCP server package and startup path, keeping it thin so it only validates parameters, calls core services, and formats responses.
Scope
FastMCP server implementation
- tool registration for the chosen MCP surface
- one startup path that selects
stdio or streamable-http
- startup validation and health exposure
Acceptance Criteria
- local clients can run the server over
stdio
- remote/self-hosted clients can connect over
/mcp via streamable HTTP
- transport is selected through one CLI/env-controlled startup path
- the MCP layer contains parameter validation and formatting only, not business logic
Dependencies
MCP-1D: Implement the FastMCP server and transport startup
Summary
Add the actual MCP server package and startup path, keeping it thin so it only validates parameters, calls core services, and formats responses.
Scope
FastMCPserver implementationstdioorstreamable-httpAcceptance Criteria
stdio/mcpvia streamable HTTPDependencies