docs(spec): add spec 057 for in-proxy profiles (#55)#531
Open
Ylsssq926 wants to merge 1 commit into
Open
Conversation
Captures the design discussion from issue smart-mcp-proxy#55 (Dumbris's "In-Proxy Profiles + Permanent URLs" plan plus the scope trade-offs from the follow-up comments) into a spec doc so the implementation can be reviewed in two stages (spec first, code after), matching the pattern from spec 056 / PR smart-mcp-proxy#525. Scope: - profiles config + /mcp/p/{slug} pinned URL - filter at retrieve_tools / call_tool_* hooks - composes with agent-token AllowedServers (Spec 028) and per-user visibility (Spec 029) by intersection - existing per-server enabled_tools / disabled_tools reused for tool-level filtering inside a profile Out of scope (deferred to follow-up specs/PRs): - active profile switching (state ownership is an open question for the maintainer) - tray UI / set_profile MCP tool - index-level profile field - mixed server / server:tool list per profile Refs: smart-mcp-proxy#55, smart-mcp-proxy#333
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Captures the design discussion from #55 (@Dumbris's "In-Proxy Profiles + Permanent URLs" plan plus the scope trade-offs from the follow-up comments) into a draft spec, so the implementation can be reviewed in two stages, matching the pattern from #525 / #56.
What this is
Just the spec doc: `specs/057-in-proxy-profiles/spec.md` (single-file draft, no `plan.md` / `tasks.md` yet; those come after direction is locked).
Scope captured in the spec
MVP (this spec, next PR):
Out of scope (deferred, with reasons in the spec):
Open Questions for review
Three calls I deliberately left for you to make in the spec (rather than baking them in):
Refs: #55, #333