Skip to main content
Glama

HT-MCP

by memextech
manual_test.sh•566 B
#!/bin/bash echo "Starting manual test of HT MCP server..." # Start the server in the background ./target/debug/ht-mcp & SERVER_PID=$! # Give the server time to start sleep 1 echo "Server started with PID: $SERVER_PID" # Send initialize request echo '{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {}, "clientInfo": {"name": "test-client", "version": "1.0.0"}}}' | ./target/debug/ht-mcp # Clean up kill $SERVER_PID 2>/dev/null || true wait $SERVER_PID 2>/dev/null || true echo "Test completed."

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/memextech/ht-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server