Skip to content

docs(mcp): document well-known managed integration ids - #599

Draft
hongyi-chen wants to merge 1 commit into
mainfrom
docs/mcp-well-known-integration-ids
Draft

docs(mcp): document well-known managed integration ids#599
hongyi-chen wants to merge 1 commit into
mainfrom
docs/mcp-well-known-integration-ids

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Warp now accepts short managed integration ids wherever an MCP server UUID is accepted, so agents can reach the Warp-hosted Linear, Slack, and Jira MCP servers without looking up a UUID. This shipped when the WellKnownMcpIds flag was promoted dogfood → GA.

Found by the missing_docs drift-watch audit (surface change: flag_status_changed: WellKnownMcpIds dogfood -> ga; coverage finding: "GA feature with no doc mentions found").

Changes

  • reference/cli/mcp-servers.mdx--mcp now documents four formats and gains a Passing Warp-managed integration servers by id section with an example and the recognized ids.
  • platform/mcp.mdxwarp_id now documents managed integration ids, plus a resolution note in Requirements and defaults.

Verification

  • Source of truth: crates/warp_cli/src/mcp.rs (MCPSpec::WellKnown, is_well_known_mcp_id) and the server-side well-known id set, whose ids are enabled in production config.
  • npm run build passes; style_lint --changed reports no new issues.

Deferred findings from this audit run

  • linear_agent_session is also a recognized id, but it exists so Linear-triggered runs can write their own agent-session activities rather than as a user-facing choice, so it is intentionally left undocumented.
  • 44 Factory REST endpoints are absent from the released OpenAPI spec; they are mapped internal in the companion bookkeeping PR rather than hand-documented.
  • 30 low-severity terminology/staleness findings are owned by the style_lint skill and were not touched here.

Warp now accepts short managed-integration ids (linear, slack, jira)
wherever an MCP server UUID is accepted: bare `--mcp` arguments and
`warp_id` values in cloud agent MCP configs. This shipped with the
WellKnownMcpIds flag going GA.

Co-Authored-By: Warp <agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Aug 21, 2026
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 21, 2026 5:20pm

Request Review

Copy link
Copy Markdown
Collaborator Author

This PR was generated with Warp.

Comment @warp-agent on this PR to send it follow-up work.

@warp-factories

Copy link
Copy Markdown
Contributor

Your GitHub account is not connected to Warp. Connect it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant