@pyreon/mcp 0.7.10 → 0.7.11
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/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -12210,7 +12210,7 @@ var StdioServerTransport = class {
|
|
|
12210
12210
|
|
|
12211
12211
|
//#endregion
|
|
12212
12212
|
//#region package.json
|
|
12213
|
-
var version = "0.7.
|
|
12213
|
+
var version = "0.7.11";
|
|
12214
12214
|
|
|
12215
12215
|
//#endregion
|
|
12216
12216
|
//#region src/api-reference.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/mcp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
4
4
|
"description": "MCP server for Pyreon — AI-powered framework assistance",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"prepublishOnly": "bun run build"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@pyreon/compiler": "^0.7.
|
|
45
|
+
"@pyreon/compiler": "^0.7.11",
|
|
46
46
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
47
47
|
"zod": "^3.25.76"
|
|
48
48
|
},
|