We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
0.1.1.md•881 B
# AI Debugger 0.1.1
**GitHub Release**: [0.1.1](https://github.com/ai-debugger-inc/aidb/releases/tag/0.1.1)
**PyPI**: [ai-debugger-inc](https://pypi.org/project/ai-debugger-inc/)
---
## What's New
### MCP Registry Integration
AI Debugger is now published to the official [MCP Registry](https://registry.modelcontextprotocol.io), making it discoverable by MCP clients and directories.
- Added MCP registry manifest (`server.json`) for registry publication
- Automated MCP registry publishing in CI/CD pipeline
- Version synchronization now includes `server.json`
### Infrastructure
- Added `server.json` to pre-commit version sync
- CI workflow now publishes to MCP registry on release
---
## Installation
No changes to installation - works the same as 0.1.0:
```bash
pip install ai-debugger-inc
```
See [0.1.0 release notes](0.1.0.md) for full feature documentation.