Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/victauri-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
28 changes: 28 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]
}
Loading