update mcp server (#5076)

* update mcp server

* fix: action

* fix: dockerfile

* fix: dockerfile

* fix: dockerfile

* fix: dockerfile

* fix: dockerfile

* fix: dockerfile
This commit is contained in:
Archer
2025-06-22 14:36:56 +08:00
committed by GitHub
parent 3ed3f2ad01
commit 02dfbda1f8
11 changed files with 243 additions and 235 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
{
"include": ["src"],
"exclude": ["node_modules"],
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ES2022",
"module": "esnext",
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,