toolsearch 0.1.0

A Rust library for searching tools across MCP servers
Documentation
[
  {
    "name": "example_server",
    "transport": {
      "type": "stdio",
      "command": "your-mcp-server",
      "args": [],
      "env": {}
    }
  },
  {
    "name": "another_server",
    "transport": {
      "type": "stdio",
      "command": "another-mcp-server",
      "args": ["--verbose"],
      "env": {
        "RUST_LOG": "debug"
      }
    }
  }
]