Expose MCP resources: per-spec OpenAPI document and tool index - #43
Merged
Conversation
Adds the resources capability with two read-only resources per loaded spec: openapi://<name>/spec (the dereferenced document) and openapi://<name>/tools (name/method/path/description/tags for each compiled tool, filtered by the active tool policy so deny-listed tools do not leak). Resource names follow the --spec name= value or the file basename; --watch-spec reloads refresh resource content. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LqBsGC7xLvihtBxhCdWKz5
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.
Adds the MCP
resourcescapability. Per loaded spec:openapi://<name>/spec— the full dereferenced OpenAPI document (JSON), letting clients read exact schemas beyond what tool inputSchemas carry.openapi://<name>/tools—[{ name, method, path, description, tags }]for every compiled tool. The index appliesisToolAllowed, so tools hidden by--deny-tools/--allow-methods/path-prefix policy do not appear in the resource either.<name>is the--spec name=label or the spec file basename.--watch-specreloads refresh resource content. Unknown URIs returnInvalidParams.Tests: 5 new (52 total) — list shape, document read round-trip, policy filtering of the index, unknown-URI rejection, and per-spec resources in multi-spec mode.
🤖 Generated with Claude Code
https://claude.ai/code/session_01LqBsGC7xLvihtBxhCdWKz5