@visa/cli 2.0.0-rc.25 → 2.0.0-rc.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +3 -3
- package/dist/mcp-server/index.js +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -230,4 +230,4 @@ Delete `~/.visa-mcp/catalog-cache.json` and restart the MCP server to force a fr
|
|
|
230
230
|
|
|
231
231
|
## Monorepo context
|
|
232
232
|
|
|
233
|
-
Request routing (MCP vs MPP vs
|
|
233
|
+
Request routing (MCP vs MPP vs web): [docs/agents/ARCHITECTURE.md](../../docs/agents/ARCHITECTURE.md). Branches and deploy: [docs/agents/PIPELINE.md](../../docs/agents/PIPELINE.md). Contributor workflow: [AGENTS.md](../../AGENTS.md), doc index: [docs/agents/README.md](../../docs/agents/README.md).
|