Ha/mcp poc - #535
Draft
heerambavi1998 wants to merge 15 commits into
Draft
Conversation
…iceFoundry server. Consolidate model and metadata resolution, remove in-app caching, and update environment variable names for clarity. Introduce new client for ServiceFoundry server interactions.
…ration options for TLS, update serviceFoundryServerUrl handling, and implement a dispatcher for secure connections. Update documentation and example environment variables accordingly.
…ed` for clarity and update related references across the codebase. Introduce a new utility function `respondTrueFoundryManaged` to handle responses for resources managed by TrueFoundry, updating routes and handlers accordingly.
|
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
from
September 1, 2026 11:33
ced04fe to
f4920ba
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>
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
from
September 1, 2026 11:42
f4920ba to
f7f9cd9
Compare
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>
heerambavi1998
force-pushed
the
ha/mcp-poc
branch
from
September 1, 2026 12:08
25ebc44 to
1bd8a25
Compare
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>
thesujai
force-pushed
the
cj-truefoundry-ai-gateway-models
branch
2 times, most recently
from
September 1, 2026 17:32
58b98df to
08fc847
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