@pyreon/mcp 0.12.11 → 0.12.12
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
|
@@ -12750,7 +12750,7 @@ var StdioServerTransport = class {
|
|
|
12750
12750
|
|
|
12751
12751
|
//#endregion
|
|
12752
12752
|
//#region package.json
|
|
12753
|
-
var version = "0.12.
|
|
12753
|
+
var version = "0.12.12";
|
|
12754
12754
|
|
|
12755
12755
|
//#endregion
|
|
12756
12756
|
//#region src/api-reference.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/mcp",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.12",
|
|
4
4
|
"description": "MCP server for Pyreon — AI-powered framework assistance",
|
|
5
5
|
"homepage": "https://github.com/pyreon/pyreon/tree/main/packages/mcp#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
49
|
-
"@pyreon/compiler": "^0.12.
|
|
49
|
+
"@pyreon/compiler": "^0.12.12",
|
|
50
50
|
"zod": "^4.3.6"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|