We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DiffMeyend/agent-orchestration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://raw.githubusercontent.com/nrwl/nx/main/packages/nx/schemas/project-schema.json",
"name": "docs",
"projectType": "library",
"root": "docs",
"sourceRoot": "docs",
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"command": "echo Docs build placeholder; replace with real command"
}
},
"lint": {
"executor": "nx:run-commands",
"options": {
"command": "npx markdownlint \"docs/**/*.md\""
}
}
}
}