1
0
Fork 0
mirror of https://github.com/imjasonh/mamba synced 2026-07-07 00:42:25 +00:00
mamba/test_mcp_tools.sh
Jason Hall 7d05d40e04
initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-07-14 09:51:37 -04:00

11 lines
No EOL
436 B
Bash
Executable file

#!/bin/bash
# Test script to check MCP server tools listing
echo "Testing MCP server tools listing..."
# First initialize, then list tools
(
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test-client","version":"1.0.0"}}}'
echo '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
) | ./cmd/josh/josh mcp 2>/dev/null | tail -1 | jq '.'