| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Examples served over HTTP now bind loopback explicitly and get host and origin validation, matching the framework factories' defaults: most stories mount createMcpHandler via createMcpHonoApp, the hand-wired node:http stories compose the validation guards from @modelcontextprotocol/node in front of toNodeHandler, and the already-factory-based stories gain explicit 127.0.0.1 binds. The serving guide and example READMEs show the factory path as the default recipe.
🦋 Changeset detectedLatest commit: 588c873 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Sorry, something went wrong.
|
@modelcontextprotocol/client
npm i https://pkg.pr.new/@modelcontextprotocol/client@2445
npm i https://pkg.pr.new/@modelcontextprotocol/codemod@2445
npm i https://pkg.pr.new/@modelcontextprotocol/core@2445
npm i https://pkg.pr.new/@modelcontextprotocol/server@2445
npm i https://pkg.pr.new/@modelcontextprotocol/server-legacy@2445
npm i https://pkg.pr.new/@modelcontextprotocol/express@2445
npm i https://pkg.pr.new/@modelcontextprotocol/fastify@2445
npm i https://pkg.pr.new/@modelcontextprotocol/hono@2445
npm i https://pkg.pr.new/@modelcontextprotocol/node@2445 commit: 588c873 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Examples served over HTTP used bare createServer(toNodeHandler(handler)).listen(port) wiring — binding all interfaces with no host or origin validation, while the framework factories (createMcpExpressApp, createMcpHonoApp, createMcpFastifyApp) apply localhost validation by default. Since examples are the wiring most deployments copy, they should demonstrate the protected path.
Motivation and Context
How Has This Been Tested?
Breaking Changes
None — examples and docs only. Example servers now bind loopback explicitly; stories remain runnable exactly as before via the examples runner.
Types of changes
Checklist