@papi-ai/server 0.7.50 → 0.7.51

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 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29215,11 +29215,7 @@ if (!isHttpMode) {
29215
29215
  );
29216
29216
  const errorMessage = setupError || "Unknown startup error";
29217
29217
  server.setRequestHandler(ListToolsRequestSchema2, async () => ({
29218
- tools: [{
29219
- name: "setup",
29220
- description: "PAPI is not connected \u2014 run this tool for setup instructions.",
29221
- inputSchema: { type: "object", properties: {}, required: [] }
29222
- }]
29218
+ tools: [...PAPI_TOOLS]
29223
29219
  }));
29224
29220
  server.setRequestHandler(CallToolRequestSchema2, async () => ({
29225
29221
  content: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papi-ai/server",
3
- "version": "0.7.50",
3
+ "version": "0.7.51",
4
4
  "description": "PAPI MCP server — AI-powered sprint planning, build execution, and strategy review for software projects",
5
5
  "license": "Elastic-2.0",
6
6
  "mcpName": "io.github.getpapi/papi",