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
Running `mcp tools localhost:3000` with the proxy server will show the registered tools with their parameters:
562
+
Running `mcp tools http://localhost:3000/sse` with the proxy server will show the registered tools with their parameters:
563
563
564
564
```
565
565
add_operation(a:int, b:int)
@@ -626,7 +626,7 @@ mcp proxy tool count_lines "Counts lines in a file" "file:string" -e "wc -l < \"
626
626
The guard mode allows you to restrict access to specific tools, prompts, and resources based on pattern matching. This is useful for security purposes when:
0 commit comments