mirror of
https://github.com/imjasonh/mamba
synced 2026-07-07 00:42:25 +00:00
11 lines
No EOL
436 B
Bash
Executable file
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 '.' |