@hotnsoursoup/mcp-kit-server
v0.0.1
Published
MCP server builder, configuration, policy projection, registries, task-service seams, and transport runtime factory.
Maintainers
Readme
@hotnsoursoup/mcp-kit-server
Composition-root server runtime above the official MCP TypeScript SDK.
Boundary notes
- Owns builder, config, policy projection, execution context, transport-runtime composition, and generic task-service injection seams.
- Uses
@hotnsoursoup/mcp-kit-sdk-interopso SDK payload normalization stays aligned with the client package. - Exposes task-service contracts, but does not compose task runtime by default.
- Must not own low-level HTTP or stdio framing.
Public entry points
- root entry point: stable and advanced server composition surfaces such as
ServerBuilder,createDefaultServerConfig(...), andcreateServerTransportRuntimeFactory(...) ./experimental: lower-level runtime support, direct SDK adapter, registries, session helpers, and other non-default composition internals
Internal workspace dependencies
@hotnsoursoup/mcp-kit-core@hotnsoursoup/mcp-kit-sdk-interop
External peer dependencies
@modelcontextprotocol/sdk^1.27.1
