Skip to content

tiny-http-mcp-server README documents npm install, but package is private and unpublished #513

Description

@kamilio

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:

  1. Publish tiny-http-mcp-server and its workspace dependencies (tiny-stdio-mcp-server, mcp-oauth) with installable semver ranges, or
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions