Summary
packages/tiny-http-mcp-server/README.md documents:
npm install tiny-http-mcp-server
but the package cannot be installed from npm:
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/tiny-http-mcp-server
The package manifest currently contains "private": true, so the documented installation path cannot work.
Reproduction
npm view tiny-http-mcp-server version
# npm error E404
Observed against repository commit 2526acee859360fce2994a202129cb763ecf2d13 on July 6, 2026.
Expected
Either:
- Publish
tiny-http-mcp-server and its workspace dependencies (tiny-stdio-mcp-server, mcp-oauth) with installable semver ranges, or
- Update the README with a supported pinned Git/workspace installation method and note that the package is not published.
A release would be especially helpful for downstream MCP servers that need the Streamable HTTP transport, RFC 9728 metadata, JWKS verification, DNS-rebinding protection, and session limits already implemented here.
Summary
packages/tiny-http-mcp-server/README.mddocuments:but the package cannot be installed from npm:
The package manifest currently contains
"private": true, so the documented installation path cannot work.Reproduction
npm view tiny-http-mcp-server version # npm error E404Observed against repository commit
2526acee859360fce2994a202129cb763ecf2d13on July 6, 2026.Expected
Either:
tiny-http-mcp-serverand its workspace dependencies (tiny-stdio-mcp-server,mcp-oauth) with installable semver ranges, orA release would be especially helpful for downstream MCP servers that need the Streamable HTTP transport, RFC 9728 metadata, JWKS verification, DNS-rebinding protection, and session limits already implemented here.