We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbloomhammerspace/mcp-1.5-main'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_objectives.py•254 B
#!/usr/bin/env python3
import sys
sys.path.append('/home/ubuntu/mcp-1.5-main/web_ui')
from mcp_bridge import list_objectives_for_path
# Test the function directly
result = list_objectives_for_path({"path": "/mnt/anvil/hub"})
print("Result:", result)