@ateam-ai/mcp 0.3.11 → 0.3.13
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.
- package/package.json +1 -1
- package/src/tools.js +1 -1
package/package.json
CHANGED
package/src/tools.js
CHANGED
|
@@ -436,7 +436,7 @@ export const tools = [
|
|
|
436
436
|
items: {
|
|
437
437
|
type: "object",
|
|
438
438
|
properties: {
|
|
439
|
-
path: { type: "string", description: "Relative file path (e.g. 'server.js', 'ui-dist/panel/
|
|
439
|
+
path: { type: "string", description: "Relative file path (e.g. 'server.js', 'ui-dist/panel/index.html')" },
|
|
440
440
|
content: { type: "string", description: "File content" },
|
|
441
441
|
},
|
|
442
442
|
required: ["path", "content"],
|