We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9115b6 commit 9c361edCopy full SHA for 9c361ed
1 file changed
crates/rustapi-mcp/tests/mcp_e2e.rs
@@ -172,7 +172,8 @@ async fn test_mcp_tool_call_get_with_path_param_and_post_body() {
172
McpConfig::new()
173
.name("e2e-mcp")
174
.version("0.0.0")
175
- .allowed_tags(["agent"]),
+ .allowed_tags(["agent"])
176
+ .tool_policy(rustapi_mcp::ToolPolicy::All), // needs the POST compute tool
177
);
178
179
let http_listener = std::net::TcpListener::bind("127.0.0.1:0").unwrap();
0 commit comments