Add Beacon Agent Manifest for AI agent discovery - #234
Add Beacon Agent Manifest for AI agent discovery#234enrichgateagent-png wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fac866667b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| { "type": "http", "endpoint": "https://signoz.io/docs/ai/signoz-mcp-server/" }, | ||
| { "type": "mcp", "endpoint": "https://github.com/SigNoz/signoz-mcp-server" } |
There was a problem hiding this comment.
Point Beacon interfaces at callable endpoints
Beacon v0.1 interfaces are the ways a client can invoke the agent, while repository/docs URLs belong in source and homepage. With the HTTP interface set to the docs page and the MCP interface set to the GitHub repo, registry clients that wire this discovered MCP server will copy non-callable URLs and fail to connect; use a real MCP endpoint/command or omit these interfaces until one can be declared.
Useful? React with 👍 / 👎.
| ], | ||
| "source": "https://github.com/SigNoz/signoz-mcp-server", | ||
| "homepage": "https://signoz.io/docs/ai/signoz-mcp-server/", | ||
| "license": "MIT" |
There was a problem hiding this comment.
Correct the Beacon license to Apache-2.0
The repo's LICENSE, README badge, and existing manifest.json all identify this project as Apache-2.0, but the new Beacon manifest advertises it as MIT. Downstream registries and users may rely on this machine-readable license metadata, so this should match the actual project license.
Useful? React with 👍 / 👎.
Beacon Agent Manifest (optional, ~2 min review)
Beacon is an open agent registry (33k+ MCP servers & agents). You are already indexed from GitHub.
This PR adds:
beacon.json— open v0.1 standard for machine-readable agent discovery (Claude, Cursor MCP, etc.)No API keys, no accounts. Hosting
beacon.jsonin your repo is the verification (location = proof).If merged, Beacon auto-upgrades your listing to verified manifest on the next scan.
Spec: https://github.com/enrichgateagent-png/beacon-agent-manifest · llms.txt