payrolla-mcp 0.2.8 → 0.2.9

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 +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -733,7 +733,8 @@ function createServer() {
733
733
  }
734
734
  const payrollaClient = new PayrollaClient2({
735
735
  apiKey,
736
- timeout: 3e4
736
+ timeout: 12e4
737
+ // 2 minutes
737
738
  });
738
739
  const server = new McpServer({
739
740
  name: "payrolla-mcp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payrolla-mcp",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "MCP server for Payrolla payroll budget simulations - enables LLMs to calculate Turkish payroll and simulate budget scenarios",
5
5
  "author": "Payrolla",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@modelcontextprotocol/sdk": "^1.0.0",
50
- "payrolla": "^0.2.6",
50
+ "payrolla": "^0.2.8",
51
51
  "zod": "^3.25.0"
52
52
  },
53
53
  "devDependencies": {