Skip to main content
Glama
dependency-graph.yaml861 B
# Dependency Graph for MCP Migration Fixes # Defines execution order and dependencies between fixes nodes: - fix-1-service-prefixes - fix-2-tool-annotations - fix-3-error-messages - fix-4-response-formats - imp-1-tool-descriptions - imp-2-input-validation - imp-3-character-limit edges: # Fix 4 depends on Fix 1 (needs prefixed tool names) - from: fix-1-service-prefixes to: fix-4-response-formats # Fix 4 depends on Fix 3 (needs error helpers) - from: fix-3-error-messages to: fix-4-response-formats execution_order: # Wave 1: Independent fixes (can run in parallel) - - fix-1-service-prefixes - fix-2-tool-annotations - fix-3-error-messages - imp-1-tool-descriptions - imp-2-input-validation - imp-3-character-limit # Wave 2: Dependent fixes (wait for Fix 1 and Fix 3) - - fix-4-response-formats

Latest Blog Posts

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/darrentmorgan/hostaway-mcp'

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