We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/simplenote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CI_TEST.md•530 B
# Testing CI/CD Pipeline
This change tests the updated CI/CD workflows to ensure they're functioning correctly after fixing:
1. ✅ YAML syntax errors in workflow files
2. ✅ Tool version mismatches between pyproject.toml and workflows
3. ✅ JavaScript syntax errors in auto-merge functionality
Expected results:
- CI/CD Pipeline: ✅ Should pass
- Code Quality: ✅ Should pass
- Security: ✅ Should pass
- Performance: ✅ Should pass
The workflows should now execute without the previous syntax and dependency issues.