Skip to main content
Glama

microsandbox

by microsandbox
DEVELOPMENT.md586 B
## Development ### Setup ```bash # Clone the repository git clone https://github.com/yourusername/monocore.git cd monocore/sdk/rust # Build the project cargo build ``` ### Running Tests ```bash cargo test ``` ### Publishing to crates.io 1. Create an account on [crates.io](https://crates.io/) if you don't have one yet. 2. Log in to crates.io via Cargo: ```bash cargo login ``` 3. Publish the crate: ```bash cargo publish ``` You will need to own the crate name on crates.io before publishing. Make sure your `Cargo.toml` contains the necessary metadata before 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