## Development
### Setup
```bash
# Clone the repository
git clone https://github.com/yourusername/monocore.git
cd monocore/sdk/dart
# Get dependencies
dart pub get
```
### Running Tests
```bash
dart test
```
### Publishing to pub.dev
1. Create an account on [pub.dev](https://pub.dev/) if you don't have one.
2. Ensure you have the required files:
- `LICENSE` file in the root directory
- `CHANGELOG.md` file documenting version changes
- Updated SDK constraints in `pubspec.yaml`
3. Verify your package:
```bash
dart pub publish --dry-run
```
4. Publish your package:
```bash
dart pub publish
```
For more details, refer to [Publishing packages](https://dart.dev/tools/pub/publishing).
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsandbox/microsandbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server