@visa/cli 1.2.0-rc.1 → 1.2.1-rc.0
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 +69 -56
- package/dist/mcp-server/index.js +23 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,4 +185,4 @@ Delete `~/.visa-mcp/catalog-cache.json` and restart the MCP server to force a fr
|
|
|
185
185
|
|
|
186
186
|
## Monorepo context
|
|
187
187
|
|
|
188
|
-
Request routing (MCP vs MPP vs Studio): [docs/agents/ARCHITECTURE.md](../../docs/agents/ARCHITECTURE.md). Contributor workflow: [AGENTS.md](../../AGENTS.md), doc index: [docs/agents/README.md](../../docs/agents/README.md).
|
|
188
|
+
Request routing (MCP vs MPP vs Studio): [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).
|