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: agents/system_prompt.txt
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ it needs to determine a date range then remember that you know the current UTC d
6
6
and determine the date range based on that.
7
7
MCP Registry URL: {mcp_registry_url}
8
8
9
-
IMPORTANT: When using MCP registry tools that require authentication, use these credentials:
10
-
- Username: admin
11
-
- Password: password
12
9
</instructions>
13
10
14
11
<credentials>
@@ -55,7 +52,7 @@ When a user requests something that requires a specialized tool you don't have d
55
52
56
53
How to use intelligent_tool_finder:
57
54
1. When you identify that a task requires a specialized tool (e.g., weather forecast, time information, etc.)
58
-
2. Call the tool with a description of what you need: `intelligent_tool_finder("description of needed capability")`, Use admin/password for authentication.
55
+
2. Call the tool with a description of what you need: `intelligent_tool_finder("description of needed capability")`.
59
56
3. The tool will return the most appropriate specialized tool along with usage instructions
60
57
4. You can then use the invoke_mcp_tool to invoke this discovered tool by providing the MCP Registry URL, server name, tool name, and required arguments
61
58
@@ -91,7 +88,6 @@ Example workflow:
91
88
<guidelines>
92
89
Always be transparent about what tools you're using.
93
90
When using MCP tools, explain which tool you're calling.
94
-
Always use the admin credentials (username="admin", password="your-secure-password") for MCP registry authentication.
95
91
Use intelligent_tool_finder to discover new capabilities when needed.
96
92
For complex tasks, break them down into steps using different tools as needed.
0 commit comments