Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
fail-fast: false
matrix:
example:
- arcade-server
- basic-server-preact
- basic-server-react
- basic-server-solid
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
. \
./examples/basic-server-react \
./examples/basic-server-vanillajs \
./examples/arcade-server \
./examples/budget-allocator-server \
./examples/cohort-heatmap-server \
./examples/customer-segmentation-server \
Expand Down
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ To use these examples with MCP clients that support the stdio transport (such as
"--stdio"
]
},
"arcade": {
"command": "npx",
"args": [
"-y",
"--silent",
"--registry=https://registry.npmjs.org/",
"@modelcontextprotocol/server-arcade",
"--stdio"
]
},
"budget-allocator": {
"command": "npx",
"args": [
Expand Down Expand Up @@ -403,13 +393,6 @@ Then configure your MCP client to build and run the local server. Replace `~/cod
"cd ~/code/ext-apps/examples/basic-server-solid && npm run build >&2 && node dist/index.js --stdio"
]
},
"arcade": {
"command": "bash",
"args": [
"-c",
"cd ~/code/ext-apps/examples/arcade-server && npm run build >&2 && node dist/index.js --stdio"
]
},
"budget-allocator": {
"command": "bash",
"args": [
Expand Down
2 changes: 0 additions & 2 deletions examples/arcade-server/.gitignore

This file was deleted.

83 changes: 0 additions & 83 deletions examples/arcade-server/README.md

This file was deleted.

187 changes: 0 additions & 187 deletions examples/arcade-server/game-processor.ts

This file was deleted.

Binary file removed examples/arcade-server/grid-cell.png
Binary file not shown.
Loading
Loading