n8n/packages/cli/src/modules/mcp
Ricardo Espinoza 60e23e10e0
Some checks failed
Build: Benchmark Image / build (push) Has been cancelled
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Lint (push) Has been cancelled
CI: Master (Build, Test, Lint) / Performance (push) Has been cancelled
Util: Sync API Docs / sync-public-api (push) Has been cancelled
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Has been cancelled
fix(core): Avoid MCP get_execution hang on circular references (#30051)
2026-05-08 19:02:34 +00:00
..
__tests__ feat(core): Agents as first class entities support (no-changelog) (#28017) 2026-05-06 15:44:44 +00:00
database feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05:00
dto feat(core): Add endpoint to toggle mcp access for multiple workflows (#29007) 2026-04-28 14:25:39 +00:00
tools fix(core): Avoid MCP get_execution hang on circular references (#30051) 2026-05-08 19:02:34 +00:00
mcp-api-key.service.ts feat(core): Accept token-exchanged scoped JWTs on the instance MCP server (#28909) 2026-04-27 07:22:29 +00:00
mcp-oauth-authorization-code.service.ts feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05:00
mcp-oauth-consent.service.ts fix(core): Use upsert for MCP OAuth consent to allow re-authorization (#28703) 2026-04-21 09:58:01 +00:00
mcp-oauth-service.ts fix(core): Make MCP client registration cap tunable and surface a proper limit error (#29429) 2026-05-04 13:54:59 +00:00
mcp-oauth-token.service.ts fix(core): Make MCP client registration cap tunable and surface a proper limit error (#29429) 2026-05-04 13:54:59 +00:00
mcp-oauth.helpers.ts feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05:00
mcp-server-middleware.service.ts feat(core): Accept token-exchanged scoped JWTs on the instance MCP server (#28909) 2026-04-27 07:22:29 +00:00
mcp.auth.consent.controller.ts feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05:00
mcp.constants.ts feat: Update existing MCP tools (#26248) 2026-03-02 14:07:16 +00:00
mcp.controller.ts fix(core): Add GET handler to MCP endpoint for Streamable HTTP spec compliance (#28787) 2026-04-28 22:08:57 +00:00
mcp.errors.ts fix(core): Make MCP client registration cap tunable and surface a proper limit error (#29429) 2026-05-04 13:54:59 +00:00
mcp.module.ts feat(core): Manage MCP settings via environment variables (#29368) 2026-04-29 11:29:18 +00:00
mcp.oauth-clients.controller.ts fix(core): Make MCP client registration cap tunable and surface a proper limit error (#29429) 2026-05-04 13:54:59 +00:00
mcp.oauth.controller.ts fix(core): Make MCP client registration cap tunable and surface a proper limit error (#29429) 2026-05-04 13:54:59 +00:00
mcp.service.ts feat(core): Agents as first class entities support (no-changelog) (#28017) 2026-05-06 15:44:44 +00:00
mcp.settings.controller.ts feat(core): Manage MCP settings via environment variables (#29368) 2026-04-29 11:29:18 +00:00
mcp.settings.service.ts feat(core): Broadcast workflow settings updates (#29459) 2026-04-29 10:33:53 +00:00
mcp.typeguards.ts feat(core): Add telemetry to MCP (no-changelog) (#20797) 2025-10-15 13:43:30 +02:00
mcp.types.ts feat(core): Accept token-exchanged scoped JWTs on the instance MCP server (#28909) 2026-04-27 07:22:29 +00:00
mcp.utils.ts feat: Update existing MCP tools (#26248) 2026-03-02 14:07:16 +00:00
oauth-session.service.ts feat(core): Add OAuth to MCP server (#21469) 2025-11-05 19:26:31 -05:00