Skip to content

Commit 20c5e18

Browse files
[MCP-2] chore: add scarf to track installations (#16)
* [MCP-2] chore: add scarf to track installations * chore: bump version to 0.1.3
1 parent 0e84fbb commit 20c5e18

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

package-lock.json

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@makeplane/plane-mcp-server",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "The Plane MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Plane APIs, enabling projects, work items, and automations capabilities for develops and AI interfaces.",
55
"bin": {
66
"plane-mcp-server": "./build/index.js"
@@ -32,6 +32,7 @@
3232
"homepage": "https://github.com/makeplane/plane-mcp-server#readme",
3333
"dependencies": {
3434
"@modelcontextprotocol/sdk": "^1.9.0",
35+
"@scarf/scarf": "^1.4.0",
3536
"axios": "^1.8.4",
3637
"zod-to-json-schema": "^3.24.5"
3738
},

0 commit comments

Comments
 (0)