@modelcontextprotocol/server-basic-solid 1.0.1 → 1.1.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.
Files changed (2) hide show
  1. package/dist/mcp-app.html +12 -12
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-basic-solid",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "description": "Basic MCP App Server example using Solid",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "watch": "cross-env INPUT=mcp-app.html vite build --watch",
19
19
  "serve": "bun --watch main.ts",
20
20
  "start": "cross-env NODE_ENV=development npm run build && npm run serve",
21
- "dev": "cross-env NODE_ENV=development concurrently 'npm run watch' 'npm run serve'",
21
+ "dev": "cross-env NODE_ENV=development concurrently \"npm run watch\" \"npm run serve\"",
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "dependencies": {