@vibescope/mcp-server 0.3.6 → 0.3.7
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/dist/tools/project.js +1 -1
- package/package.json +1 -1
- package/src/tools/project.ts +1 -1
package/dist/tools/project.js
CHANGED
|
@@ -61,7 +61,7 @@ export const projectTools = [
|
|
|
61
61
|
},
|
|
62
62
|
goal: {
|
|
63
63
|
type: 'string',
|
|
64
|
-
description: '
|
|
64
|
+
description: 'High-level project goal or purpose (e.g. "A multiplayer card game platform")',
|
|
65
65
|
},
|
|
66
66
|
git_url: {
|
|
67
67
|
type: 'string',
|
package/package.json
CHANGED
package/src/tools/project.ts
CHANGED
|
@@ -64,7 +64,7 @@ export const projectTools: Tool[] = [
|
|
|
64
64
|
},
|
|
65
65
|
goal: {
|
|
66
66
|
type: 'string',
|
|
67
|
-
description: '
|
|
67
|
+
description: 'High-level project goal or purpose (e.g. "A multiplayer card game platform")',
|
|
68
68
|
},
|
|
69
69
|
git_url: {
|
|
70
70
|
type: 'string',
|