[Improve] Expose deployment MCP tools directly in Fast - #1613
Merged
Conversation
Contributor
…ote-mcp-dedup-37yzgn4wpofti
…37yzgn4wpofti' into feat/fast-native-mcp-tools-1z8rtakfqbmvr
…ote-mcp-dedup-37yzgn4wpofti
…37yzgn4wpofti' into feat/fast-native-mcp-tools-1z8rtakfqbmvr
…37yzgn4wpofti' into feat/fast-native-mcp-tools-1z8rtakfqbmvr
Base automatically changed from
refactor/fast-roomote-mcp-dedup-37yzgn4wpofti
to
develop
August 25, 2026 01:08
…cp-tools-1z8rtakfqbmvr
Contributor
Author
|
Synced onto |
daniel-lxs
marked this pull request as ready for review
August 25, 2026 01:25
daniel-lxs
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 25, 2026 01:25
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.
What changed
Fast now mounts each actor-authorized deployment MCP server through a local authenticated MCP bridge, so its tools appear individually under their server prefixes with their upstream JSON schemas intact. Calls continue through Fast's existing broker for allowlist revalidation, per-turn deduplication, acknowledgement gating, short-lived deployment-proxy token refresh, and durable auditing.
The generic
integration_calltool and its prompt contract were removed. Fast guidance now references the first-class Roomote MCP tools directly, while advisor and judge subagents retain deployment MCP access without gaining custom automation management or parent-only Fast tools. Fast injects its Slack or Discord conversation provider into those first-class Roomote chat tools, preserving raw channel ID, name, mention, and link support.Why this change was made
Fast previously wrapped the actor-resolved MCP catalog in one generic tool whose schema hid every upstream tool contract from the model. Direct MCP mounting brings Fast in line with sandboxed delegated tasks without bypassing the policy and audit boundary introduced in #1604.
Impact
Fast agents can select deployment MCP tools as normal first-class tools with native argument schemas. Existing actor authorization, deployment-disabled tool filtering, per-user isolation, acknowledgement requirements, duplicate-call protection, custom-automation restrictions, integration audit records, and provider-aware chat lookups remain in effect.