@taazkareem/clickup-mcp-server 0.4.28 → 0.4.29

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/build/index.js +1 -6
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -44,12 +44,7 @@ catch (error) {
44
44
  logDebug('mcp', { status: 'creating' });
45
45
  const mcpServer = new McpServer({
46
46
  name: "clickup-mcp-server",
47
- version: "0.4.27",
48
- supportedCapabilities: {
49
- tools: true,
50
- prompts: true,
51
- resources: true
52
- }
47
+ version: "0.4.28"
53
48
  });
54
49
  // Tool schemas as raw shapes
55
50
  const workspaceHierarchySchema = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taazkareem/clickup-mcp-server",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
4
4
  "description": "ClickUp MCP Server - Integrate ClickUp tasks with AI through Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "homepage": "https://github.com/taazkareem/clickup-mcp-server#readme",
44
44
  "dependencies": {
45
- "@modelcontextprotocol/sdk": "^1.4.1",
45
+ "@modelcontextprotocol/sdk": "^1.5.0",
46
46
  "@modelcontextprotocol/server-github": "^2025.1.23",
47
47
  "axios": "^1.6.7",
48
48
  "dotenv": "^16.4.1",