chore: generate
This commit is contained in:
@@ -179,7 +179,7 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
|
|||||||
| `project` | `bridged` | list, current, git init, update |
|
| `project` | `bridged` | list, current, git init, update |
|
||||||
| `file` | `bridged` partial | find text/file/symbol, list/content/status |
|
| `file` | `bridged` partial | find text/file/symbol, list/content/status |
|
||||||
| `mcp` | `bridged` | status, add, OAuth, connect/disconnect |
|
| `mcp` | `bridged` | status, add, OAuth, connect/disconnect |
|
||||||
| `workspace` | `bridged` partial | adaptor/list/status; create/remove/session-restore remain |
|
| `workspace` | `bridged` partial | adaptor/list/status; create/remove/session-restore remain |
|
||||||
| top-level instance routes | `bridged` | path, vcs, command, agent, skill, lsp, formatter, dispose |
|
| top-level instance routes | `bridged` | path, vcs, command, agent, skill, lsp, formatter, dispose |
|
||||||
| experimental JSON routes | `bridged` partial | console reads, tool ids, worktree list/mutations, resource list; global session list remains later |
|
| experimental JSON routes | `bridged` partial | console reads, tool ids, worktree list/mutations, resource list; global session list remains later |
|
||||||
| `session` | `later/special` | large stateful surface plus streaming |
|
| `session` | `later/special` | large stateful surface plus streaming |
|
||||||
|
|||||||
@@ -71,7 +71,8 @@ export const McpApi = HttpApi.make("mcp")
|
|||||||
OpenApi.annotations({
|
OpenApi.annotations({
|
||||||
identifier: "mcp.auth.callback",
|
identifier: "mcp.auth.callback",
|
||||||
summary: "Complete MCP OAuth",
|
summary: "Complete MCP OAuth",
|
||||||
description: "Complete OAuth authentication for a Model Context Protocol (MCP) server using the authorization code.",
|
description:
|
||||||
|
"Complete OAuth authentication for a Model Context Protocol (MCP) server using the authorization code.",
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
HttpApiEndpoint.post("authAuthenticate", McpPaths.authAuthenticate, {
|
HttpApiEndpoint.post("authAuthenticate", McpPaths.authAuthenticate, {
|
||||||
|
|||||||
Reference in New Issue
Block a user