Skip to content

Commit 614b3d3

Browse files
committed
Fix remote server URL example in testing documentation
- Updated GATEWAY_URL example from https://your-server.com/mcp to https://your-server.com/currenttime/mcp - Ensures consistency with localhost example format and proper MCP server path structure
1 parent fc225c7 commit 614b3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Using JSON token file:
5252
GATEWAY_URL=http://localhost/currenttime/mcp ./mcp_cmds.sh ping
5353

5454
# Target remote server
55-
GATEWAY_URL=https://your-server.com/mcp ./mcp_cmds.sh list
55+
GATEWAY_URL=https://your-server.com/currenttime/mcp ./mcp_cmds.sh list
5656
```
5757

5858
#### 2. `mcp_demo.sh` - Intelligent Agent Workflows

0 commit comments

Comments
 (0)