mcp-ai-agent-guidelines 0.13.0 → 0.13.1
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/config/generated/index.js +1 -1
- package/dist/tools/config/generated/mode-enum.js +1 -1
- package/dist/tools/config/generated/model-aliases.js +1 -1
- package/dist/tools/config/generated/model-identifiers.js +1 -1
- package/dist/tools/config/generated/provider-enum.js +1 -1
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-ai-agent-guidelines",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"npm": ">=10.0.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@biomejs/biome": "2.3.
|
|
107
|
+
"@biomejs/biome": "2.3.13",
|
|
108
108
|
"@types/js-yaml": "^4.0.9",
|
|
109
109
|
"@types/node": "^25.0.2",
|
|
110
110
|
"@vitest/coverage-v8": "^4.0.0",
|
|
@@ -115,12 +115,15 @@
|
|
|
115
115
|
"vitest": "^4.0.0"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
+
"@chevrotain/cst-dts-gen": "^11.1.1",
|
|
119
|
+
"@chevrotain/gast": "^11.1.1",
|
|
118
120
|
"@modelcontextprotocol/sdk": "^1.17.1",
|
|
119
121
|
"@types/express": "^5.0.3",
|
|
120
122
|
"cheerio": "^1.1.2",
|
|
123
|
+
"chevrotain": "^11.1.1",
|
|
121
124
|
"express": "^5.1.0",
|
|
122
125
|
"js-yaml": "^4.1.0",
|
|
123
|
-
"mermaid": "^
|
|
126
|
+
"mermaid": "^10.9.5",
|
|
124
127
|
"zod": "^3.25.76"
|
|
125
128
|
}
|
|
126
129
|
}
|