@humanops/mcp-server 0.3.0 → 0.3.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 +2 -2
package/dist/index.js CHANGED
@@ -565,7 +565,7 @@ const ALL_TASK_TYPES = [
565
565
  ];
566
566
  const server = new Server({
567
567
  name: "humanops",
568
- version: "0.3.0",
568
+ version: "0.3.1",
569
569
  }, {
570
570
  capabilities: { tools: {} },
571
571
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanops/mcp-server",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "mcpName": "io.github.thepianistdirector/humanops",
5
5
  "description": "MCP server for AI agents to dispatch real-world tasks to verified human operators via HumanOps",
6
6
  "type": "module",
@@ -37,6 +37,6 @@
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "https://github.com/thepianistdirector/humanops"
40
+ "url": "git+https://github.com/thepianistdirector/humanops.git"
41
41
  }
42
42
  }