You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/lib/copilot/chat/process-contents.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ export async function processContextsServer(
94
94
type: 'mcp',
95
95
tag: ctx.label ? `/${ctx.label}` : '/',
96
96
content: [
97
-
`The user explicitly enabled the MCP server "${ctx.label||ctx.serverId}"for this turn.`,
98
-
'Its request-scoped tools are listed below. Load a tool with load_custom_tool({ type: "mcp", name: "<exact name>" }) before calling it.',
99
-
'Do not narrate discovery, loading, tool-name selection, or retries. Call the tool first, then respond once with the result. Never claim the server works before a successful tool result. Do not automatically retry a timed-out or abandoned MCP call.',
97
+
`The user explicitly enabled the MCP server "${ctx.label||ctx.serverId}". It stays enabled for the rest of this chat, and its tools remain callable on every later turn.`,
98
+
'Its tools are listed below and are callable directly by the exact name shown — there is no loading step.',
99
+
'Do not narrate discovery, tool-name selection, or retries. Call the tool first, then respond once with the result. Never claim the server works before a successful tool result. Do not automatically retry a timed-out or abandoned MCP call.',
0 commit comments