Skip to content

Commit d496fe6

Browse files
authored
docs: fix public MCP install truth (#167)
1 parent 3df8ac7 commit d496fe6

7 files changed

Lines changed: 41 additions & 19 deletions

File tree

public-skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each bundle here must ship four things together:
1111
The bundle is only valid if an agent can answer all four questions without
1212
leaving this directory:
1313

14-
1. How do I install the published OpenVibeCoding MCP package?
14+
1. How do I install the current live public OpenVibeCoding read-only MCP package?
1515
2. Which read-only tools does the MCP expose?
1616
3. Which lane should I choose first?
1717
4. Which claims remain out of bounds?

public-skills/openvibecoding-adoption-router/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# OpenVibeCoding Adoption Router
22

3-
This bundle teaches an agent how to connect the published OpenVibeCoding read-only
4-
MCP package and choose the right public adoption lane.
3+
This bundle teaches an agent how to connect the current live public OpenVibeCoding
4+
read-only MCP package and choose the right public adoption lane.
55

66
This is OpenVibeCoding's secondary public adoption lane. The read-only MCP package
77
plus the Official MCP Registry entry remain the primary machine-readable front
88
door, and local coding-agent bundles stay example-only.
99

1010
## What the agent learns here
1111

12-
- how to install the published `openvibecoding-orchestrator==0.1.0a4` MCP package
12+
- how to install the current live legacy package
13+
`cortexpilot-orchestrator==0.1.0a4` for the OpenVibeCoding read-only MCP
1314
- which read-only OpenVibeCoding tools exist and which are safe-first
1415
- how to choose between run/workflow inspection, queue/approval reads, and
1516
proof/incident reads
@@ -30,12 +31,17 @@ door, and local coding-agent bundles stay example-only.
3031

3132
## The shortest install path
3233

33-
Use the published package, not a repo-local checkout:
34+
Use the live public package, not a repo-local checkout:
3435

3536
```bash
36-
uvx --from openvibecoding-orchestrator==0.1.0a4 openvibecoding-readonly-mcp
37+
uvx --from cortexpilot-orchestrator==0.1.0a4 openvibecoding-readonly-mcp
3738
```
3839

40+
Today the executable is already OpenVibeCoding-branded, but the published PyPI
41+
package still uses the legacy live name `cortexpilot-orchestrator`. Do not
42+
claim that the OpenVibeCoding-branded package name is live until the renamed
43+
publication actually exists.
44+
3945
If the host needs a saved MCP config snippet, use the host-specific examples in
4046
`references/INSTALL.md`.
4147

public-skills/openvibecoding-adoption-router/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: openvibecoding-adoption-router
3-
description: Teach the agent how to connect the published OpenVibeCoding read-only MCP package, choose the right public lane, and use the stable read-only tools without overclaiming hosted or write-capable support.
3+
description: Teach the agent how to connect the current live public package for the OpenVibeCoding read-only MCP, choose the right public lane, and use the stable read-only tools without overclaiming hosted or write-capable support.
44
triggers:
55
- openvibecoding
66
- openvibecoding setup
@@ -15,7 +15,7 @@ Use this skill when the user needs the shortest truthful path into OpenVibeCodin
1515

1616
## What this skill teaches
1717

18-
- how to install the published OpenVibeCoding MCP package
18+
- how to install the current live public package for the OpenVibeCoding read-only MCP
1919
- how to choose the right read-only tool for the current job
2020
- how to start with one public lane instead of mixing every surface together
2121
- how to keep the answer inside the current read-only public boundary
@@ -33,7 +33,7 @@ Use this skill when the user asks to:
3333
## If the MCP is not connected yet
3434

3535
Open `README.md` in this folder and follow `references/INSTALL.md`.
36-
Do not invent repo-local startup paths when the published package already
36+
Do not invent repo-local startup paths when the live public package already
3737
exists.
3838

3939
## Safe-first workflow

public-skills/openvibecoding-adoption-router/references/INSTALL.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
# Install The Published OpenVibeCoding MCP
1+
# Install The Current Live Public OpenVibeCoding MCP
22

3-
Use the published PyPI package, not a repo-local checkout.
3+
Use the current live public PyPI package, not a repo-local checkout.
44

55
## Published package
66

7-
- package: `openvibecoding-orchestrator==0.1.0a4`
7+
- package: `cortexpilot-orchestrator==0.1.0a4`
88
- executable: `openvibecoding-readonly-mcp`
99
- transport: `stdio`
1010

11+
Current truth:
12+
13+
- the executable already uses the OpenVibeCoding name
14+
- the live published PyPI package still uses the legacy live name
15+
`cortexpilot-orchestrator`
16+
- do not claim that `openvibecoding-orchestrator` is live until the renamed
17+
package is actually published
18+
1119
## OpenHands example
1220

1321
Use `OPENHANDS_MCP_CONFIG.json` as the starting point for your host config.

public-skills/openvibecoding-adoption-router/references/OPENCLAW_MCP_CONFIG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"servers": {
44
"openvibecoding-readonly": {
55
"command": "uvx",
6-
"args": ["--from", "openvibecoding-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"]
6+
"args": ["--from", "cortexpilot-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"]
77
}
88
}
99
}

public-skills/openvibecoding-adoption-router/references/OPENHANDS_MCP_CONFIG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"mcpServers": {
33
"openvibecoding-readonly": {
44
"command": "uvx",
5-
"args": ["--from", "openvibecoding-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"]
5+
"args": ["--from", "cortexpilot-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"]
66
}
77
}
88
}

public-skills/openvibecoding-adoption-router/references/mcp-install.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Install The Published OpenVibeCoding MCP
1+
# Install The Current Live Public OpenVibeCoding MCP
22

3-
Use the published PyPI package, not a repo-local checkout.
3+
Use the current live public PyPI package, not a repo-local checkout.
44

55
## Published package
66

7-
- package: `openvibecoding-orchestrator==0.1.0a4`
7+
- package: `cortexpilot-orchestrator==0.1.0a4`
88
- executable: `openvibecoding-readonly-mcp`
99
- transport: `stdio`
1010

11+
Current truth:
12+
13+
- the executable already uses the OpenVibeCoding name
14+
- the live published PyPI package still uses the legacy live name
15+
`cortexpilot-orchestrator`
16+
- do not claim that `openvibecoding-orchestrator` is live until the renamed
17+
package is actually published
18+
1119
## OpenHands example
1220

1321
Add the server to `~/.openhands/config.toml`:
1422

1523
```toml
1624
[mcp]
1725
stdio_servers = [
18-
{ name = "openvibecoding-readonly", command = "uvx", args = ["--from", "openvibecoding-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"] }
26+
{ name = "openvibecoding-readonly", command = "uvx", args = ["--from", "cortexpilot-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"] }
1927
]
2028
```
2129

@@ -29,7 +37,7 @@ Add the server to your saved MCP server config:
2937
"servers": {
3038
"openvibecoding-readonly": {
3139
"command": "uvx",
32-
"args": ["--from", "openvibecoding-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"]
40+
"args": ["--from", "cortexpilot-orchestrator==0.1.0a4", "openvibecoding-readonly-mcp"]
3341
}
3442
}
3543
}

0 commit comments

Comments
 (0)