Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from molaco/rust-code-mcp (AGENTS.md). Install upstream with npx skills add molaco/rust-code-mcp. Copyright stays with the author.
Project Instructions
Use the cuda-code nix dev shell for project commands:
nix develop ../nix-devshells#cuda-code --command {command}
Use jujutsu first for VCS operations; fall back to git if jujutsu is unavailable.
Do not run cargo fmt or any formatting command.
Run build commands through the nix dev shell above.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
molaco-rust-code-mcp-rust-code-mcp.ocm.jsonjson
{
"ocm": "1",
"id": "molaco-rust-code-mcp-rust-code-mcp",
"kind": "skill",
"name": "rust-code-mcp",
"description": "Project Instructions",
"publisher": "molaco",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Project Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/molaco/rust-code-mcp",
"path": "AGENTS.md",
"ref": "dfa9486e4d558cff7739658f645ae4c0f9d37e46",
"url": "https://github.com/molaco/rust-code-mcp/blob/dfa9486e4d558cff7739658f645ae4c0f9d37e46/AGENTS.md",
"key": "molaco/rust-code-mcp/AGENTS.md"
}
},
"instructions": "# Project Instructions\n\n- Use the `cuda-code` nix dev shell for project commands:\n `nix develop ../nix-devshells#cuda-code --command {command}`\n- Use jujutsu first for VCS operations; fall back to git if jujutsu is unavailable.\n- Do not run `cargo fmt` or any formatting command.\n- Run build commands through the nix dev shell above.",
"cost": {
"context_tokens": 83
}
}
Fetch it by URL: GET /api/v1/registry/molaco-rust-code-mcp-rust-code-mcp/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.