mcp-rust-docs 0.1.1

A Model Context Protocol (MCP) server that provides comprehensive access to Rust crate documentation and metadata.
{
    "name": "mcp-rust-docs",
    "version": "0.1.0",
    "private": false,
    "description": "A Model Context Protocol (MCP) server that provides comprehensive access to Rust crate documentation and metadata. ",
    "keywords": [
        "mcp",
        "mcp-server"
    ],
    "author": {
        "name": "Ikuma Yamashita",
        "email": "me@ikuma.cloud",
        "url": "https://www.ikuma.cloud/about"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/46ki75/mcp-rust-docs"
    },
    "bin": {
        "mcp-rust-docs": "./target/release/mcp-rust-docs"
    },
    "files": [
        "./target/release/mcp-rust-docs"
    ],
    "scripts": {}
}