diff --git a/aws-agentcore/mcp.json b/aws-agentcore/mcp.json index 7fbaab5..bcff5a7 100644 --- a/aws-agentcore/mcp.json +++ b/aws-agentcore/mcp.json @@ -3,14 +3,7 @@ "agentcore-mcp-server": { "command": "uvx", "args": ["awslabs.amazon-bedrock-agentcore-mcp-server@latest"], - "disabled": false, - "autoApprove": [ - "search_agentcore_docs", - "fetch_agentcore_doc", - "manage_agentcore_runtime", - "manage_agentcore_memory", - "manage_agentcore_gateway" - ] + "disabled": false } - } + } } diff --git a/aws-infrastructure-as-code/mcp.json b/aws-infrastructure-as-code/mcp.json index b15887e..7048163 100644 --- a/aws-infrastructure-as-code/mcp.json +++ b/aws-infrastructure-as-code/mcp.json @@ -7,14 +7,7 @@ "AWS_PROFILE": "your-named-profile", "FASTMCP_LOG_LEVEL": "ERROR" }, - "disabled": false, - "autoApprove": [ - "read_iac_documentation_page", - "search_cdk_documentation", - "search_cdk_samples_and_constructs", - "cdk_best_practices", - "search_cloudformation_documentation" - ] + "disabled": false } } } \ No newline at end of file diff --git a/cloud-architect/mcp.json b/cloud-architect/mcp.json index c05e404..2ef0a9a 100644 --- a/cloud-architect/mcp.json +++ b/cloud-architect/mcp.json @@ -20,8 +20,7 @@ "env": { "AWS_REGION": "us-east-2" }, - "disabled": false, - "autoApprove": [] + "disabled": false }, "context7": { "type": "stdio", diff --git a/dynatrace/mcp.json b/dynatrace/mcp.json index 054871f..1ba8cd1 100644 --- a/dynatrace/mcp.json +++ b/dynatrace/mcp.json @@ -5,12 +5,7 @@ "headers": { "Authorization": "Bearer YOUR_BEARER_TOKEN" }, - "disabled": false, - "autoApprove": [ - "create-dql", - "execute-dql" - ], - "disabledTools": [] + "disabled": false } } } diff --git a/figma/mcp.json b/figma/mcp.json index 1677568..8927f53 100644 --- a/figma/mcp.json +++ b/figma/mcp.json @@ -2,8 +2,7 @@ "mcpServers": { "figma": { "url": "https://mcp.figma.com/mcp", - "disabled": false, - "disabledTools": [] + "disabled": false } } } diff --git a/neon/mcp.json b/neon/mcp.json index 77ce192..3ac27c0 100644 --- a/neon/mcp.json +++ b/neon/mcp.json @@ -2,10 +2,7 @@ "mcpServers": { "Neon": { "url": "https://mcp.neon.tech/mcp", - "disabled": false, - "disabledTools": [ - "compare_database_schema" - ] + "disabled": false } } } \ No newline at end of file diff --git a/saas-builder/mcp.json b/saas-builder/mcp.json index 33af9b9..551bd9a 100644 --- a/saas-builder/mcp.json +++ b/saas-builder/mcp.json @@ -6,8 +6,7 @@ "mcp-server-fetch" ], "env": {}, - "disabled": false, - "autoApprove": [] + "disabled": false }, "stripe": { "url": "https://mcp.stripe.com", @@ -25,8 +24,7 @@ "env": { "FASTMCP_LOG_LEVEL": "ERROR" }, - "disabled": false, - "autoApprove": [] + "disabled": false }, "awslabs.aws-serverless-mcp": { "command": "uvx",