We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/mcp-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•409 B
"""End-to-end tests for mcp-skillset CLI and MCP tools.
This package contains comprehensive E2E tests that verify:
- CLI command execution with real file operations
- MCP tools via JSON-RPC protocol
- Skill auto-detection workflows
- Repository management workflows
These tests use real repositories, actual indexing, and complete workflows
to ensure the system works correctly in production scenarios.
"""