Ha/mcp poc - #535
Draft
heerambavi1998 wants to merge 7 commits into
Draft
Conversation
|
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
3 times, most recently
from
September 1, 2026 12:08
25ebc44 to
1bd8a25
Compare
thesujai
force-pushed
the
cj-truefoundry-ai-gateway-models
branch
2 times, most recently
from
September 1, 2026 17:32
58b98df to
08fc847
Compare
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
from
September 2, 2026 06:45
e216ab5 to
55c4349
Compare
Add list/get-by-name, authorize, auth status, and delete-auth against v1/mcp, plus SFY→TrueForge auth status mapping for the POC. Co-authored-by: Cursor <cursoragent@cursor.com>
Implement IMcpServerStore against ServiceFoundry MCP servers, resolving gateway proxy URLs and exposing authorize/status/revoke helpers. Writes and local OAuth client columns throw NotImplemented. Co-authored-by: Cursor <cursoragent@cursor.com>
Wire the MCP registry the same way as model providers: when TRUEFOUNDRY_SERVICEFOUNDRY_SERVER_URL is set, use the ServiceFoundry-backed store instead of the local DB store. Co-authored-by: Cursor <cursoragent@cursor.com>
…eFoundry Settings create/put return 424 when TFY-managed. List/get/available pull auth status from SFY; authorize maps consent URLs; tools list passes the caller token into connection resolution. Co-authored-by: Cursor <cursoragent@cursor.com>
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
from
September 2, 2026 07:02
3254159 to
dd76f15
Compare
getMcpConnection uses the gateway proxy URL and Authorization bearer in TFY mode, pausing via store.authorize when upstream OAuth is still required. Store-agnostic — no instanceof on TrueFoundryMcpServerStore. Co-authored-by: Cursor <cursoragent@cursor.com>
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
from
September 2, 2026 07:49
7e51e00 to
5a1224d
Compare
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
Closes #
Changes
How was this tested?
Checklist
pnpm build,pnpm test,pnpm typecheck,pnpm lint:ci, andpnpm format:checkpass locallypackages/trueforge-sdk,.github/fern/openapi/openapi.json,docs/openapi.json) — fork PRs omit SDK regen; maintainers regenerate after merge.env.exampleupdated if configuration or behavior changed