Uh oh!
There was an error while loading. Please reload this page.
Release 1.1.0: si mcp over stdio + dual MCP Registry listings - #4
Merged
Conversation
server.json and the release-mcp-registry.yml publish workflow moved here from getsigit/sigit: this repo, not the coding agent, is the si.sigit namespace's home. Ref #1
Add the MCP Registry listing for si.sigit/sigit
… one server.json was a remote Streamable-HTTP listing for sigit.si/api/v1/mcp, but that's the hosted server's entry, not this repo's: this repo ships the CLI. Give the hosted entry its own file named after its leaf (server-sigit.json), and turn server.json into the cargo/stdio listing for the si CLI (si.sigit/cli) that mcp-publisher publishes by default. The release workflow now publishes both listings and takes the CLI's version from Cargo.toml, so the listing can only name a crates.io version that exists; it also verifies the published crate's README carries the mcp-name marker the registry looks for, and waits for crates.io indexing. Bump the workspace to 1.1.0 so the listing has a version to name. Co-Authored-By: siGit Code <noreply@sigit.si>
Add si CLI MCP server over stdio
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
si mcp: the CLI's commands served as MCP tools over stdio, with--read-onlyand--toolsetstrimming, plusSIGIT_TOOLSETS/SIGIT_TOKENenv forms (Add si CLI MCP server over stdio #2)server.jsonis now the cargo/stdio listing for the CLI (si.sigit/cli), and the hosted server moves toserver-sigit.json(si.sigit/sigit)Cargo.toml, and verifies the published crate's README carries themcp-namemarkerRelease checklist
cargo publish --dry-run -p sigit-si-apiclean (18 files, 82.7KiB)sigit-si-api 1.1.0to crates.iosigit-si-cli 1.1.0to crates.io (needs api 1.1.0 up first)release-mcp-registry.ymlto listsi.sigit/cliCo-Authored-By: siGit Code noreply@sigit.si