The board describes itself as an OpenMCP relay at /.well-known/openmcp.json - #99
Merged
Conversation
…p.json Where the MCP endpoint is, that a caller authenticates with a bearer token, which eight tools answer with none, every tool by name, and the catalog it is listed in. A catalog that fetches this from our own origin lists the board as verified rather than as an endpoint that happened to answer. The open list is kept beside the tools rather than derived, so a new tool has to say which it is. Spec: logicsrc.com/openmcp. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FMT2v1YxmgcDuionrfT719
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.
Summary
GET /.well-known/openmcp.json: the board's OpenMCP descriptor:mcp(this board's/api/mcp),auth(bearer, with the eight tools that answer with no token listed asopen),tags, every tool name, and the catalog it is listed in (openmcp.logicsrc.com).OPEN_TOOLSexported besideTOOLSinsrc/mcp/tools.ts, kept by hand so a new tool has to say which it is; the test checks every open tool exists and that token-gated ones are not listed.Test plan
test/openmcp-descriptor.test.tsmounts the discovery routes alone🤖 Generated with Claude Code
https://claude.ai/code/session_01FMT2v1YxmgcDuionrfT719