aiquila-mcp 0.3.0 → 0.3.1

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.
@@ -58,7 +58,7 @@ export const configureTool = {
58
58
  model: z
59
59
  .string()
60
60
  .optional()
61
- .describe("Claude model to use (e.g., 'claude-opus-4-6', 'claude-sonnet-4-5-20250929')"),
61
+ .describe("Claude model to use (e.g., 'claude-opus-4-7', 'claude-sonnet-4-6', 'claude-sonnet-4-5-20250929')"),
62
62
  maxTokens: z.number().optional().describe('Maximum tokens for responses (default: 4096)'),
63
63
  timeout: z.number().optional().describe('Request timeout in seconds (default: 60)'),
64
64
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiquila-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AIquila - MCP server for Nextcloud integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,8 @@
37
37
  "dist/"
38
38
  ],
39
39
  "overrides": {
40
- "brace-expansion": "^2.0.3"
40
+ "brace-expansion": "^2.0.3",
41
+ "hono": "^4.12.14"
41
42
  },
42
43
  "dependencies": {
43
44
  "@modelcontextprotocol/sdk": "^1.29.0",