@opvs-ai/mcp 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -895,7 +895,7 @@ async function handleTool(name, args) {
895
895
  }
896
896
  }
897
897
  // ── Server Setup ─────────────────────────────────────────────────
898
- const server = new Server({ name: "opvs", version: "0.3.3" }, { capabilities: { tools: {} } });
898
+ const server = new Server({ name: "opvs", version: "0.4.0" }, { capabilities: { tools: {} } });
899
899
  server.setRequestHandler(ListToolsRequestSchema, async () => ({
900
900
  tools: TOOLS,
901
901
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opvs-ai/mcp",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "OPVS MCP Server — AgentBoard + AgentDocs tools for Claude Code, Cursor, and Claude Desktop",
5
5
  "type": "module",
6
6
  "bin": {