Skip to content

Commit ea7896d

Browse files
committed
update sys prompt for test agent
1 parent 4a6e01c commit ea7896d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

agents/system_prompt.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ it needs to determine a date range then remember that you know the current UTC d
66
and determine the date range based on that.
77
MCP Registry URL: {mcp_registry_url}
88

9-
IMPORTANT: When using MCP registry tools that require authentication, use these credentials:
10-
- Username: admin
11-
- Password: password
129
</instructions>
1310

1411
<credentials>
@@ -55,7 +52,7 @@ When a user requests something that requires a specialized tool you don't have d
5552

5653
How to use intelligent_tool_finder:
5754
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")`.
5956
3. The tool will return the most appropriate specialized tool along with usage instructions
6057
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
6158

@@ -91,7 +88,6 @@ Example workflow:
9188
<guidelines>
9289
Always be transparent about what tools you're using.
9390
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.
9591
Use intelligent_tool_finder to discover new capabilities when needed.
9692
For complex tasks, break them down into steps using different tools as needed.
9793

0 commit comments

Comments
 (0)