Skip to main content
Glama

microsandbox

by microsandbox
DEVELOPMENT.md1.27 kB
## Development ### Setup ```bash # Clone the repository git clone https://github.com/yourusername/monocore.git cd monocore/sdk/nim # Install dependencies nimble install ``` ### Testing ```bash nimble test ``` ### Building ```bash nimble build ``` ### Publishing to Nimble Package Directory The [Nimble Package Directory](https://nimble.directory/) is the official package repository for Nim. To publish your package: 1. Create a GitHub repository for your Nim package with the proper structure 2. Make sure your `.nimble` file is properly configured 3. Tag a release on GitHub ```bash # Tag your release git tag v0.0.1 git push origin v0.0.1 ``` 4. Submit your package to the Nimble Package Directory: ```bash # Login to GitHub (if you haven't already) nimble publish ``` Alternatively, you can manually add your package to the [nim-lang/packages](https://github.com/nim-lang/packages) repository by adding an entry to the `packages.json` file: ```json { "name": "microsandbox", "url": "https://github.com/yourusername/monocore", "method": "git", "tags": ["sdk", "microsandbox"], "description": "A minimal Nim SDK for the Microsandbox project", "license": "MIT", "web": "https://github.com/yourusername/monocore/tree/main/sdk/nim" } ```

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