Skip to content

Commit 0b925b6

Browse files
revert: roll back to v2.137.0 (7ed212a) (#2582)
Reverts all changes introduced in 2.138.x (commits 158a038..2c4dde3) to prepare a stable k8s release from the 2.137.0 baseline. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2c4dde3 commit 0b925b6

54 files changed

Lines changed: 317 additions & 1732 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ jobs:
3636

3737
- name: Run e2e tests
3838
run: bun run test:e2e
39-
env:
40-
MESH_LOCAL_MODE: "false"

.github/workflows/publish-studio-npm.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ jobs:
143143
uses: softprops/action-gh-release@v2
144144
with:
145145
tag_name: v${{ steps.version-check.outputs.current-version }}
146-
name: "Deco Studio v${{ steps.version-check.outputs.current-version }}"
146+
name: "@decocms/mesh v${{ steps.version-check.outputs.current-version }}"
147147
body: |
148-
## Deco Studio v${{ steps.version-check.outputs.current-version }}
148+
## MCP Mesh v${{ steps.version-check.outputs.current-version }}
149149
150-
Open-source control plane for your AI agents.
150+
Self-hostable Virtual MCP for managing AI connections and tools.
151151
152-
### Install via Bun
152+
### Install via npm
153153
```bash
154-
bunx decocms@${{ steps.version-check.outputs.current-version }}
154+
bunx @decocms/mesh@${{ steps.version-check.outputs.current-version }}
155155
```
156156
157157
### Install via Docker
@@ -175,11 +175,11 @@ jobs:
175175
run: |
176176
echo "## Release Summary" >> $GITHUB_STEP_SUMMARY
177177
echo "" >> $GITHUB_STEP_SUMMARY
178-
echo "🎉 **Deco Studio v${{ steps.version-check.outputs.current-version }} Released**" >> $GITHUB_STEP_SUMMARY
178+
echo "🎉 **@decocms/mesh v${{ steps.version-check.outputs.current-version }} Released**" >> $GITHUB_STEP_SUMMARY
179179
echo "" >> $GITHUB_STEP_SUMMARY
180180
echo "### npm" >> $GITHUB_STEP_SUMMARY
181181
echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
182-
echo "bunx decocms@${{ steps.version-check.outputs.current-version }}" >> $GITHUB_STEP_SUMMARY
182+
echo "bunx @decocms/mesh@${{ steps.version-check.outputs.current-version }}" >> $GITHUB_STEP_SUMMARY
183183
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
184184
echo "" >> $GITHUB_STEP_SUMMARY
185185
echo "### Docker" >> $GITHUB_STEP_SUMMARY

DEBT.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bun run dev
6161

6262
→ runs at [http://localhost:3000](http://localhost:3000) (client) + API server
6363

64-
Or use `bunx decocms` to instantly get a mesh running.
64+
Or use `npx @decocms/mesh` to instantly get a mesh running.
6565

6666
---
6767

apps/docs/client/src/content/draft/en/mcp-mesh/self-hosting/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import Callout from "../../../../../components/ui/Callout.astro";
1010

1111
Pick one:
1212

13-
### Option A: one-command local setup (bunx)
13+
### Option A: one-command local setup (npx)
1414

1515
```bash
16-
bunx decocms
16+
npx @decocms/mesh
1717
```
1818

1919
### Option B: local setup with Docker Compose

apps/docs/client/src/content/draft/pt-br/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Se você conheceu a gente antes, como **deco.cx**, e está buscando **headless C
2525

2626
Escolha uma opção:
2727

28-
### Opção A: setup local com um comando (bunx)
28+
### Opção A: setup local com um comando (npx)
2929

3030
```bash
31-
bunx decocms
31+
npx @decocms/mesh
3232
```
3333

3434
### Opção B: setup local com Docker Compose

apps/docs/client/src/content/draft/pt-br/mcp-mesh/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import Callout from "../../../../components/ui/Callout.astro";
1010

1111
Escolha uma opção:
1212

13-
### Opção A: setup local com um comando (bunx)
13+
### Opção A: setup local com um comando (npx)
1414

1515
```bash
16-
bunx decocms
16+
npx @decocms/mesh
1717
```
1818

1919
### Opção B: setup local com Docker Compose

apps/docs/client/src/content/latest/en/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ If you know us from before (as **deco.cx**) and you’re looking for **headless
2626

2727
Choose one:
2828

29-
### Option A: one-command local setup (bunx)
29+
### Option A: one-command local setup (npx)
3030

3131
```bash
32-
bunx decocms
32+
npx @decocms/mesh
3333
```
3434

3535
### Option B: local setup with Docker Compose

apps/docs/client/src/content/latest/en/mcp-mesh/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import Callout from "../../../../components/ui/Callout.astro";
1010

1111
Pick one:
1212

13-
### Option A: one-command local setup (bunx)
13+
### Option A: one-command local setup (npx)
1414

1515
```bash
16-
bunx decocms
16+
npx @decocms/mesh
1717
```
1818

1919
### Option B: local setup with Docker Compose

0 commit comments

Comments
 (0)