diff --git a/crates/victauri-cli/README.md b/crates/victauri-cli/README.md index dd91314..05dcfcf 100644 --- a/crates/victauri-cli/README.md +++ b/crates/victauri-cli/README.md @@ -94,6 +94,8 @@ victauri watch --filter greet # Only run matching tests Full API docs: [docs.rs/victauri-cli](https://docs.rs/victauri-cli) +MCP Registry name: `mcp-name: io.github.4da-systems/victauri` + ## License Apache-2.0 -- see [LICENSE](../../LICENSE) diff --git a/server.json b/server.json new file mode 100644 index 0000000..e4e2d8e --- /dev/null +++ b/server.json @@ -0,0 +1,28 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.4da-systems/victauri", + "title": "Victauri", + "description": "Full-stack introspection and control for Tauri apps: DOM, IPC with bodies, Rust backend state, and SQLite through one in-process server. Debug builds only.", + "version": "0.8.6", + "repository": { + "url": "https://github.com/4DA-Systems/victauri", + "source": "github" + }, + "websiteUrl": "https://4da-systems.github.io/Victauri/", + "packages": [ + { + "registryType": "cargo", + "identifier": "victauri-cli", + "version": "0.8.6", + "runtimeHint": "victauri", + "transport": { "type": "stdio" }, + "packageArguments": [ + { + "type": "positional", + "value": "bridge", + "description": "Run the stdio MCP bridge that auto-discovers the running Tauri app" + } + ] + } + ] +}