@promptwheel/mcp 0.7.0 → 0.7.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
package/dist/server.js CHANGED
@@ -21,7 +21,7 @@ export async function createServer(options) {
21
21
  const getState = () => state;
22
22
  const server = new McpServer({
23
23
  name: 'promptwheel',
24
- version: '0.7.0',
24
+ version: '0.7.2',
25
25
  });
26
26
  // Register tool groups
27
27
  registerSessionTools(server, getState);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptwheel/mcp",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "PromptWheel MCP server - stateful tool provider for Claude Code",
5
5
  "author": "PromptWheel",
6
6
  "homepage": "https://promptwheel.com",
@@ -50,8 +50,8 @@
50
50
  ],
51
51
  "license": "Apache-2.0",
52
52
  "dependencies": {
53
- "@promptwheel/core": "^0.7.0",
54
- "@promptwheel/sqlite": "^0.7.0",
53
+ "@promptwheel/core": "^0.7.2",
54
+ "@promptwheel/sqlite": "^0.7.2",
55
55
  "@modelcontextprotocol/sdk": "^1.12.1",
56
56
  "minimatch": "^10.1.1"
57
57
  },