@fruition/fcp-mcp-server 1.10.0 → 1.11.0
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.
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2167,6 +2167,11 @@ const TOOLS = [
|
|
|
2167
2167
|
},
|
|
2168
2168
|
rate_limit_tier: { type: 'string', description: 'Rate limit: standard, strict, relaxed' },
|
|
2169
2169
|
bot_control_enabled: { type: 'boolean', description: 'Enable AWS Bot Control (+$10/mo)' },
|
|
2170
|
+
cache_no_cache_paths: {
|
|
2171
|
+
type: 'array',
|
|
2172
|
+
items: { type: 'string' },
|
|
2173
|
+
description: 'Path patterns to never cache (e.g., ["/api/*", "/wp-admin/*", "/cart/*"])',
|
|
2174
|
+
},
|
|
2170
2175
|
enabled: { type: 'boolean', description: 'Enable/disable domain' },
|
|
2171
2176
|
notes: { type: 'string', description: 'Updated notes' },
|
|
2172
2177
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fruition/fcp-mcp-server",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "MCP Server for FCP Launch Coordination System - enables Claude Code to interact with FCP launches and track development time",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|