Skip to content

Add Beacon Agent Manifest for AI agent discovery - #234

Open
enrichgateagent-png wants to merge 1 commit into
SigNoz:mainfrom
enrichgateagent-png:beacon-manifest-v0.1
Open

Add Beacon Agent Manifest for AI agent discovery#234
enrichgateagent-png wants to merge 1 commit into
SigNoz:mainfrom
enrichgateagent-png:beacon-manifest-v0.1

Conversation

@enrichgateagent-png

Copy link
Copy Markdown

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.jsonopen v0.1 standard for machine-readable agent discovery (Claude, Cursor MCP, etc.)
  • README badge — live verification link back to your listing

No API keys, no accounts. Hosting beacon.json in 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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread beacon.json
Comment on lines +8 to +9
{ "type": "http", "endpoint": "https://signoz.io/docs/ai/signoz-mcp-server/" },
{ "type": "mcp", "endpoint": "https://github.com/SigNoz/signoz-mcp-server" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Comment thread beacon.json
],
"source": "https://github.com/SigNoz/signoz-mcp-server",
"homepage": "https://signoz.io/docs/ai/signoz-mcp-server/",
"license": "MIT"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

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