Skip to content

Commit 3ae21f5

Browse files
committed
feat(mcp): serve DB MCP under per-project proxy host, drop mcp.pgbeam.app (#871)
Synced from sferarc/pgbeam@b1d406d
1 parent 6d1f4e5 commit 3ae21f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/generated/types/AgentCredentialSecrets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export type AgentCredentialSecrets = {
2222
*/
2323
connection_string: string;
2424
/**
25-
* @description Hosted agent-database MCP endpoint. Paste into an MCP client (Claude Code, Cursor, …) with the mcp_token as a bearer token. The endpoint is token-scoped, so the same URL serves every credential.
26-
* @example https://mcp.pgbeam.app/mcp
25+
* @description Hosted agent-database MCP endpoint for this project, served by the edge proxy on the same per-project host the agent connects to over the wire. Paste into an MCP client (Claude Code, Cursor, …) with the mcp_token as a bearer token.
26+
* @example https://abc.proxy.pgbeam.app/mcp
2727
* @type string
2828
*/
2929
mcp_url: string;

0 commit comments

Comments
 (0)