Skip to content

Commit ab41d9e

Browse files
author
Lukas Geiger
committed
chore(mcp): security audit, triple-registry discovery (smithery.yaml), i18n & controlcenter v0.2.4 [G 2026-07-27]
1 parent 47d054f commit ab41d9e

3 files changed

Lines changed: 23 additions & 46 deletions

File tree

package-lock.json

Lines changed: 10 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"CHANGELOG.md",
1717
"SECURITY.md",
1818
"server.json",
19+
"smithery.yaml",
1920
"llms.txt"
2021
],
2122
"scripts": {
@@ -65,12 +66,14 @@
6566
"zod": "^3.23.8"
6667
},
6768
"overrides": {
68-
"hono": "^4.12.18",
69-
"@hono/node-server": "^1.19.13",
69+
"hono": "^4.12.27",
70+
"@hono/node-server": "^2.0.5",
7071
"fast-uri": "^3.1.4",
7172
"ip-address": "^10.1.1",
7273
"fast-xml-builder": "^1.1.7",
73-
"qs": "^6.15.2"
74+
"qs": "^6.15.2",
75+
"vitest": "^3.2.6",
76+
"postcss": "^8.5.18"
7477
},
7578
"devDependencies": {
7679
"@emnapi/core": "^1.10.0",

smithery.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
startCommand:
2+
type: stdio
3+
config:
4+
command: npx
5+
args:
6+
- "-y"
7+
- "ellmos-codecommander-mcp"

0 commit comments

Comments
 (0)