Skip to content

chore: add server.json for the official MCP Registry - #9

Merged
koishore merged 1 commit into
mainfrom
chore/mcp-registry
Jun 9, 2026
Merged

chore: add server.json for the official MCP Registry#9
koishore merged 1 commit into
mainfrom
chore/mcp-registry

Conversation

@koishore

@koishore koishore commented Jun 8, 2026

Copy link
Copy Markdown
Member

Adds a server.json manifest so delego can be listed on the official MCP Registry under the namespace io.github.Delego-Dev/delego.

What's in it

  • Schema: 2025-12-11/server.schema.json (validated locally — passes)
  • PyPI package delego 0.2.3, stdio transport
  • Run command: uvx --from delego[mcp] delego-mcp
    • The MCP server lives behind the optional [mcp] extra (so library/CLI users don't pull in mcp), and the console script is delego-mcp (entry point delego.mcp_server:main). runtimeArguments encode the --from delego[mcp] delego-mcp invocation.
  • Optional DELEGO_HOME env var to keep policy, signing keys, and the audit ledger project-scoped.

Publishing (maintainer, separate step)

This PR only adds the manifest. Actual publish requires GitHub device auth as the Delego-Dev namespace owner:

brew install mcp-publisher   # or download from the registry releases page
mcp-publisher login github   # GitHub device-flow auth for io.github.Delego-Dev/*
mcp-publisher publish         # reads ./server.json

(mcp-publisher init can scaffold a fresh manifest, but this one is already authored.)

Adds a registry manifest (schema 2025-12-11) so delego can be published
to registry.modelcontextprotocol.io under namespace
io.github.Delego-Dev/delego.

- PyPI package `delego` 0.2.3, stdio transport
- run via `uvx --from delego[mcp] delego-mcp` (the MCP server lives behind
  the optional `[mcp]` extra; the console script is `delego-mcp`)
- optional DELEGO_HOME env var for project-scoped policy/keys/ledger

Validated against the official server.schema.json. Publish is done by a
maintainer with `mcp-publisher` (GitHub device auth); not part of this PR.
@koishore
koishore force-pushed the chore/mcp-registry branch from da2bc6b to 807b617 Compare June 8, 2026 10:59
@koishore
koishore merged commit 0445045 into main Jun 9, 2026
3 checks passed
@koishore
koishore deleted the chore/mcp-registry branch June 9, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant