@granoflow/mcp-server 0.1.0 → 0.1.2

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/index.js CHANGED
File without changes
@@ -1,2 +1,2 @@
1
1
  export declare const SERVER_NAME = "granoflow-mcp-server";
2
- export declare const SERVER_VERSION = "0.1.0";
2
+ export declare const SERVER_VERSION = "0.1.2";
package/dist/metadata.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export const SERVER_NAME = "granoflow-mcp-server";
2
- export const SERVER_VERSION = "0.1.0";
2
+ export const SERVER_VERSION = "0.1.2";
3
3
  //# sourceMappingURL=metadata.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granoflow/mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for Granoflow: exposes the Local HTTP API as tools for AI agents, IDEs, and automation.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "scripts": {
27
27
  "clean": "rm -rf dist",
28
- "build": "npm run clean && tsc -p tsconfig.json",
28
+ "build": "npm run clean && tsc -p tsconfig.json && chmod +x dist/index.js",
29
29
  "dev": "tsx src/index.ts",
30
30
  "lint": "eslint .",
31
31
  "format": "prettier --check .",