@studiometa/productive-mcp 0.6.1 → 0.6.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/http.js CHANGED
@@ -3,7 +3,7 @@ import { parseAuthHeader } from "./auth.js";
3
3
  import { e as executeToolWithCredentials } from "./index-CmTDkz-y.js";
4
4
  import { oauthMetadataHandler, registerHandler, authorizeGetHandler, authorizePostHandler, tokenHandler } from "./oauth.js";
5
5
  import { TOOLS } from "./tools.js";
6
- import { V as VERSION } from "./version-BBHuTm1A.js";
6
+ import { V as VERSION } from "./version-Gc32rGrI.js";
7
7
  function jsonRpcError(code, message, id = null) {
8
8
  return {
9
9
  jsonrpc: "2.0",
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { Server } from "@modelcontextprotocol/sdk/server/index.js";
3
3
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
4
4
  import { ListToolsRequestSchema, ListPromptsRequestSchema, GetPromptRequestSchema, CallToolRequestSchema } from "@modelcontextprotocol/sdk/types.js";
5
5
  import { getAvailableTools, getAvailablePrompts, handlePrompt, handleToolCall } from "./stdio.js";
6
- import { V as VERSION } from "./version-BBHuTm1A.js";
6
+ import { V as VERSION } from "./version-Gc32rGrI.js";
7
7
  function createStdioServer() {
8
8
  const server = new Server(
9
9
  {
package/dist/server.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { toNodeListener } from "h3";
3
3
  import { createServer } from "node:http";
4
4
  import { createHttpApp } from "./http.js";
5
- import { V as VERSION } from "./version-BBHuTm1A.js";
5
+ import { V as VERSION } from "./version-Gc32rGrI.js";
6
6
  const DEFAULT_PORT = 3e3;
7
7
  const DEFAULT_HOST = "0.0.0.0";
8
8
  function startHttpServer(port = DEFAULT_PORT, host = DEFAULT_HOST) {
@@ -0,0 +1,5 @@
1
+ const VERSION = "0.6.2";
2
+ export {
3
+ VERSION as V
4
+ };
5
+ //# sourceMappingURL=version-Gc32rGrI.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-BBHuTm1A.js","sources":["../src/version.ts"],"sourcesContent":["/**\n * Package version - injected from package.json at build time\n */\ndeclare const __VERSION__: string;\nexport const VERSION = __VERSION__;\n"],"names":[],"mappings":"AAIO,MAAM,UAAU;"}
1
+ {"version":3,"file":"version-Gc32rGrI.js","sources":["../src/version.ts"],"sourcesContent":["/**\n * Package version - injected from package.json at build time\n */\ndeclare const __VERSION__: string;\nexport const VERSION = __VERSION__;\n"],"names":[],"mappings":"AAIO,MAAM,UAAU;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiometa/productive-mcp",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "MCP server for Productive.io API - Model Context Protocol integration for Claude Desktop",
5
5
  "keywords": [
6
6
  "ai",
@@ -67,6 +67,7 @@
67
67
  "dev": "vite build --watch",
68
68
  "dev:server": "node --watch dist/server.js",
69
69
  "build": "vite build && tsc --emitDeclarationOnly && node scripts/postbuild.js",
70
+ "prepublishOnly": "node scripts/prepublish.js",
70
71
  "start": "node dist/server.js",
71
72
  "test": "vitest run",
72
73
  "test:watch": "vitest",
@@ -78,7 +79,7 @@
78
79
  },
79
80
  "dependencies": {
80
81
  "@modelcontextprotocol/sdk": "^1.0.4",
81
- "@studiometa/productive-cli": "^0.6.0",
82
+ "@studiometa/productive-cli": "0.6.2",
82
83
  "h3": "^1.15.1"
83
84
  },
84
85
  "devDependencies": {
@@ -1,5 +0,0 @@
1
- const VERSION = "0.6.1";
2
- export {
3
- VERSION as V
4
- };
5
- //# sourceMappingURL=version-BBHuTm1A.js.map