Add mcp: Chamber - #5795
Open
abm9111 wants to merge 1 commit into
Open
Conversation
Resubmission of JSONbored#5778 with real YAML frontmatter. The previous file was the website preflight form output pasted as markdown headings, so the schema had nothing to validate. Corrections from the review, all four: - limitations count is 19, not 17 (counted the ## sections) - installCommand, copySnippet and configSnippet now agree on `npx -y @bu7umaid/chamber mcp`; `try` builds and deletes a throwaway workspace and does not start a server - prerequisites lead with the Node 23.6+ floor from engines - points at 0.1.4, published today, which is the version where a stub answer labels itself
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resubmission of #5778, closed for missing frontmatter. Thank you for the review — the diagnosis was exact and saved me guessing.
The old file was the website preflight form output pasted as markdown headings, so
classify-prread it as an addedmcpentry and the schema then had nothing to validate. This one has real YAML frontmatter, with the field layout taken fromcontent/mcp/firecrawl-mcp-server.mdx. All fourcontentRequiredand all fourcontentRecommendedfields are present.Your four corrections, all applied:
1. The limitations count is 19, not 17. You were right; I counted the
##sections myself rather than trusting the old number.2. The three install forms now agree. All of
installCommand,copySnippetandconfigSnippetarenpx -y @bu7umaid/chamber mcp. You were right thattrywas wrong — it builds and deletes a throwaway workspace and never starts a server; it belongs in the description as a demo, not as the install. The absolute-node form in the oldconfigSnippetwas the clone path, which does not apply to a package install, so it is gone.I verified the form rather than assuming it:
initializeandtools/listover stdio against the published tarball from a neutral cwd, returningserverInfoand the three tools.3.
prerequisitesnow leads with Node 23.6+, which is the floorenginesdeclares.4. It points at a version that works. Your last point turned out to matter more than the version number. 0.1.3 shipped with
askanswering from a canned stub, unlabelled, whenever a config omittedmodel.mode— text that reads exactly like a real model declining for lack of sources, printed above a per-claim citation verdict block. Listing the server would have sent people straight into that on their first tool call, so I fixed it and published 0.1.4 before resubmitting. A stub answer now labels itself on both the CLI and inside the MCP tool result. It is entry 19 inKNOWN_LIMITATIONS.md.0.1.4 also closes a shell-injection hole in the repository's own composite action, drops root in the published image, and pins its workflow actions by digest.
On the safety notes you quoted: they are in
safetyNotesandprivacyNotesnow, with the count corrected. I kept the one about ingest having no default exclude list, since pointing it at the wrong folder is the most likely way someone gets hurt by this tool.No existing entry references Chamber — checked across
content/for the name and the package.