Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plausible-mcp",
"version": "0.5.4",
"description": "MCP server for Plausible Analytics query traffic, conversions, and compare periods from any AI tool",
"description": "MCP server for Plausible Analytics \u2014 query traffic, conversions, and compare periods from any AI tool",
"type": "module",
"bin": {
"plausible-mcp": "./dist/index.js"
Expand Down Expand Up @@ -30,17 +30,17 @@
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"@sentry/cloudflare": "^10.64.0",
"agents": "^0.17.3",
"@sentry/cloudflare": "^10.67.0",
"agents": "^0.18.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.110.0",
"@cloudflare/workers-types": "^5.20260708.1",
"@sentry/cli": "^3.6.0",
"@cloudflare/workers-types": "^5.20260723.1",
"@sentry/cli": "^3.6.2",
"@types/node": "^26.1.1",
"@vitest/coverage-v8": "^4.1.10",
"tsx": "^4.23.0",
"tsx": "^4.23.1",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}
Expand Down
Loading
Loading