We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e43af commit a616ed4Copy full SHA for a616ed4
libs/remix-ai-core/src/remix-mcp-server/index.ts
@@ -90,7 +90,7 @@ export async function createRemixMCPServer(
90
debug: false,
91
maxConcurrentTools: 10,
92
toolTimeout: 30000,
93
- resourceCacheTTL: 300000,
+ resourceCacheTTL: 5000,
94
enableResourceCache: false,
95
security: enableSecurity ? {
96
enablePermissions: securityConfig.requirePermissions,
0 commit comments