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
migration_summary.txt•925 B
MCP SERVER MIGRATION - COMPLETED
Changes Made:
✓ Updated src/mcp_skills/mcp/tools/__init__.py (removed legacy imports)
✓ Archived skill_tools.py → skill_tools_legacy.py
✓ Verified server starts successfully with 2 tools
Current Status:
✓ Server functional with new architecture
✓ Tools: find() and skill() registered correctly
✗ Test suite needs updates (legacy imports)
Files Changed:
- src/mcp_skills/mcp/tools/__init__.py (UPDATED)
- src/mcp_skills/mcp/tools/skill_tools.py → skill_tools_legacy.py (RENAMED)
LOC Delta:
- Removed: 4 lines (legacy imports from __init__.py)
- Added: 7 lines (documentation in __init__.py)
- Net Change: +3 lines
- Archived: 753 lines (skill_tools_legacy.py)
Next Steps:
1. Update test files to use new tool imports
2. Run full test suite to verify
3. Remove legacy file after tests pass
4. Update documentation
See MIGRATION_TO_2_TOOLS.md for detailed migration guide.