Skip to content

Commit 0278af6

Browse files
authored
examples: remove arcade (#414)
1 parent 5c4f496 commit 0278af6

15 files changed

Lines changed: 0 additions & 921 deletions

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
example:
101-
- arcade-server
102101
- basic-server-preact
103102
- basic-server-react
104103
- basic-server-solid

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
. \
2727
./examples/basic-server-react \
2828
./examples/basic-server-vanillajs \
29-
./examples/arcade-server \
3029
./examples/budget-allocator-server \
3130
./examples/cohort-heatmap-server \
3231
./examples/customer-segmentation-server \

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,6 @@ To use these examples with MCP clients that support the stdio transport (such as
176176
"--stdio"
177177
]
178178
},
179-
"arcade": {
180-
"command": "npx",
181-
"args": [
182-
"-y",
183-
"--silent",
184-
"--registry=https://registry.npmjs.org/",
185-
"@modelcontextprotocol/server-arcade",
186-
"--stdio"
187-
]
188-
},
189179
"budget-allocator": {
190180
"command": "npx",
191181
"args": [
@@ -403,13 +393,6 @@ Then configure your MCP client to build and run the local server. Replace `~/cod
403393
"cd ~/code/ext-apps/examples/basic-server-solid && npm run build >&2 && node dist/index.js --stdio"
404394
]
405395
},
406-
"arcade": {
407-
"command": "bash",
408-
"args": [
409-
"-c",
410-
"cd ~/code/ext-apps/examples/arcade-server && npm run build >&2 && node dist/index.js --stdio"
411-
]
412-
},
413396
"budget-allocator": {
414397
"command": "bash",
415398
"args": [

examples/arcade-server/.gitignore

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

examples/arcade-server/README.md

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

examples/arcade-server/game-processor.ts

Lines changed: 0 additions & 187 deletions
This file was deleted.
-446 KB
Binary file not shown.

0 commit comments

Comments
 (0)