cc-permissions 0.1.17 → 0.1.18

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "commitHash": "c1eef16",
3
- "commitHashFull": "c1eef16475e7b0941c836b967c876983eb0aabd2",
2
+ "commitHash": "a9e96f2",
3
+ "commitHashFull": "a9e96f2435a5f327d147a0f45898537c5b643126",
4
4
  "dirty": false,
5
- "buildTime": "2026-02-02T03:17:54.198Z"
5
+ "buildTime": "2026-02-05T21:37:45.068Z"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-permissions",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Generate thoughtful permission configs for Claude Code without the container overhead",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,37 +1,57 @@
1
1
  {
2
2
  "$schema": "template.schema.json",
3
3
  "name": "aws-mcp",
4
- "description": "AWS MCP Server tools for cloud infrastructure and serverless development",
4
+ "description": "AWS MCP Server tools for cloud infrastructure and serverless development (awslabs/mcp)",
5
5
  "category": "MCP Servers",
6
+ // Supports multiple AWS MCP servers from awslabs/mcp:
7
+ // - aws-iac-mcp-server: Template validation, compliance, troubleshooting (recommended)
8
+ // - cdk-mcp-server: CDK-specific guidance (deprecated, use IaC server instead)
9
+ // - cfn-mcp-server: CRUD operations on AWS resources via Cloud Control API
10
+ // - aws-serverless-mcp-server: SAM and serverless development
11
+ // - aws-documentation-mcp-server: AWS documentation search
12
+ // - aws-api-mcp-server: AWS CLI suggestions and execution
6
13
  "detection": {
7
14
  "mcpServers": ["aws", "aws-api", "aws-documentation", "aws-serverless", "aws-iac", "aws-cdk", "aws-cloudformation"]
8
15
  },
9
16
  "levels": {
10
17
  "restrictive": [
11
- // AWS API Server - read-only
18
+ // AWS API Server (awslabs.aws-api-mcp-server) - read-only
12
19
  { "command": "mcp__aws__suggest_aws_commands", "type": "mcp", "description": "Generate AWS CLI suggestions" },
13
20
  { "command": "mcp__aws__get_execution_plan", "type": "mcp", "description": "Get step-by-step task guidance" },
14
21
 
15
- // AWS Documentation Server
22
+ // AWS Documentation Server (awslabs.aws-documentation-mcp-server)
16
23
  { "command": "mcp__aws__read_documentation", "type": "mcp", "description": "Fetch AWS docs as markdown" },
17
24
  { "command": "mcp__aws__search_documentation", "type": "mcp", "description": "Search AWS documentation" },
18
25
  { "command": "mcp__aws__recommend", "type": "mcp", "description": "Get documentation recommendations" },
19
26
  { "command": "mcp__aws__get_available_services", "type": "mcp", "description": "List available AWS services" },
20
27
 
21
- // AWS IaC Server - CloudFormation
28
+ // AWS IaC Server (awslabs.aws-iac-mcp-server) - Template validation & docs (recommended)
22
29
  { "command": "mcp__aws__validate_cloudformation_template", "type": "mcp", "description": "Validate CloudFormation template syntax" },
23
30
  { "command": "mcp__aws__check_cloudformation_template_compliance", "type": "mcp", "description": "Check CloudFormation security compliance" },
24
31
  { "command": "mcp__aws__troubleshoot_cloudformation_deployment", "type": "mcp", "description": "Analyze failed CloudFormation stacks" },
25
32
  { "command": "mcp__aws__search_cloudformation_documentation", "type": "mcp", "description": "Search CloudFormation docs" },
26
33
  { "command": "mcp__aws__get_cloudformation_pre_deploy_validation_instructions", "type": "mcp", "description": "Get pre-deploy validation commands" },
27
-
28
- // AWS IaC Server - CDK
29
34
  { "command": "mcp__aws__search_cdk_documentation", "type": "mcp", "description": "Search CDK documentation" },
30
35
  { "command": "mcp__aws__search_cdk_samples_and_constructs", "type": "mcp", "description": "Find CDK code examples" },
31
36
  { "command": "mcp__aws__cdk_best_practices", "type": "mcp", "description": "Get CDK best practices" },
32
37
  { "command": "mcp__aws__read_iac_documentation_page", "type": "mcp", "description": "Read IaC documentation page" },
33
38
 
34
- // AWS Serverless Server - Guidance
39
+ // AWS CDK Server (awslabs.cdk-mcp-server) - DEPRECATED, migrate to IaC server
40
+ { "command": "mcp__aws__CDKGeneralGuidance", "type": "mcp", "description": "Get prescriptive CDK advice" },
41
+ { "command": "mcp__aws__GetAwsSolutionsConstructPattern", "type": "mcp", "description": "Find architecture patterns" },
42
+ { "command": "mcp__aws__SearchGenAICDKConstructs", "type": "mcp", "description": "Discover GenAI CDK constructs" },
43
+ { "command": "mcp__aws__GenerateBedrockAgentSchema", "type": "mcp", "description": "Create OpenAPI schemas for Bedrock" },
44
+ { "command": "mcp__aws__LambdaLayerDocumentationProvider", "type": "mcp", "description": "Get Lambda layer documentation" },
45
+ { "command": "mcp__aws__ExplainCDKNagRule", "type": "mcp", "description": "Get CDK Nag rule guidance" },
46
+ { "command": "mcp__aws__CheckCDKNagSuppressions", "type": "mcp", "description": "Validate CDK Nag suppressions" },
47
+
48
+ // AWS CloudFormation Server (awslabs.cfn-mcp-server) - Resource management read-only
49
+ { "command": "mcp__aws__get_resource", "type": "mcp", "description": "Get AWS resource details" },
50
+ { "command": "mcp__aws__list_resources", "type": "mcp", "description": "List AWS resources" },
51
+ { "command": "mcp__aws__get_resource_schema_information", "type": "mcp", "description": "Get resource schema info" },
52
+ { "command": "mcp__aws__get_request_status", "type": "mcp", "description": "Get mutation request status" },
53
+
54
+ // AWS Serverless Server (awslabs.aws-serverless-mcp-server) - Guidance
35
55
  { "command": "mcp__aws__get_iac_guidance", "type": "mcp", "description": "Get IaC platform recommendations" },
36
56
  { "command": "mcp__aws__get_lambda_guidance", "type": "mcp", "description": "Get Lambda suitability guidance" },
37
57
  { "command": "mcp__aws__get_lambda_event_schemas", "type": "mcp", "description": "Get Lambda event schemas" },
@@ -57,12 +77,20 @@
57
77
  // AWS Serverless Server - SAM Operations
58
78
  { "command": "mcp__aws__sam_init", "type": "mcp", "description": "Initialize SAM application" },
59
79
  { "command": "mcp__aws__sam_build", "type": "mcp", "description": "Build Lambda code" },
60
- { "command": "mcp__aws__sam_local_invoke", "type": "mcp", "description": "Run Lambda function locally" }
80
+ { "command": "mcp__aws__sam_local_invoke", "type": "mcp", "description": "Run Lambda function locally" },
81
+
82
+ // AWS CloudFormation Server - Template creation
83
+ { "command": "mcp__aws__create_template", "type": "mcp", "description": "Create CloudFormation template" }
61
84
  ],
62
85
  "permissive": [
63
86
  // AWS API Server - execute
64
87
  { "command": "mcp__aws__call_aws", "type": "mcp", "description": "Execute AWS CLI commands" },
65
88
 
89
+ // AWS CloudFormation Server - resource mutations
90
+ { "command": "mcp__aws__create_resource", "type": "mcp", "description": "Create CloudFormation resource" },
91
+ { "command": "mcp__aws__update_resource", "type": "mcp", "description": "Update CloudFormation resource" },
92
+ { "command": "mcp__aws__delete_resource", "type": "mcp", "description": "Delete CloudFormation resource" },
93
+
66
94
  // AWS Serverless Server - Deploy operations
67
95
  { "command": "mcp__aws__sam_deploy", "type": "mcp", "description": "Deploy application to AWS" },
68
96
  { "command": "mcp__aws__deploy_webapp", "type": "mcp", "description": "Deploy web application" },
@@ -14,8 +14,8 @@
14
14
  // Server info
15
15
  { "command": "mcp__azmcp__azmcp_sql_server_list", "type": "mcp", "description": "List SQL servers" },
16
16
  { "command": "mcp__azmcp__azmcp_sql_server_show", "type": "mcp", "description": "Show SQL server details" },
17
- { "command": "mcp__azmcp__azmcp_sql_server_list_admins", "type": "mcp", "description": "List SQL server admins" },
18
- { "command": "mcp__azmcp__azmcp_sql_firewall_list", "type": "mcp", "description": "List SQL firewall rules" },
17
+ { "command": "mcp__azmcp__azmcp_sql_server_auth_list_entra_admins", "type": "mcp", "description": "List SQL server Entra admins" },
18
+ { "command": "mcp__azmcp__azmcp_sql_firewall_list_rules", "type": "mcp", "description": "List SQL firewall rules" },
19
19
 
20
20
  // Database info
21
21
  { "command": "mcp__azmcp__azmcp_sql_db_list", "type": "mcp", "description": "List SQL databases" },
@@ -30,8 +30,8 @@
30
30
  { "command": "mcp__azmcp__azmcp_sql_db_rename", "type": "mcp", "description": "Rename SQL database" },
31
31
 
32
32
  // Firewall rules
33
- { "command": "mcp__azmcp__azmcp_sql_firewall_create", "type": "mcp", "description": "Create SQL firewall rule" },
34
- { "command": "mcp__azmcp__azmcp_sql_firewall_delete", "type": "mcp", "description": "Delete SQL firewall rule" }
33
+ { "command": "mcp__azmcp__azmcp_sql_firewall_create_rule", "type": "mcp", "description": "Create SQL firewall rule" },
34
+ { "command": "mcp__azmcp__azmcp_sql_firewall_delete_rule", "type": "mcp", "description": "Delete SQL firewall rule" }
35
35
  ],
36
36
  "permissive": [
37
37
  // Database management
@@ -11,15 +11,33 @@
11
11
  },
12
12
  "levels": {
13
13
  "restrictive": [
14
- { "command": "mcp__azmcp__azmcp_storage_account_get", "type": "mcp", "description": "Get storage account details" },
15
- { "command": "mcp__azmcp__azmcp_storage_container_get", "type": "mcp", "description": "Get container details" },
16
- { "command": "mcp__azmcp__azmcp_storage_blob_get", "type": "mcp", "description": "Get blob details" }
14
+ // Storage account
15
+ { "command": "mcp__azmcp__azmcp_storage_account_list", "type": "mcp", "description": "List storage accounts" },
16
+ { "command": "mcp__azmcp__azmcp_storage_account_details", "type": "mcp", "description": "Get storage account details" },
17
+ // Blob containers
18
+ { "command": "mcp__azmcp__azmcp_storage_blob_container_list", "type": "mcp", "description": "List blob containers" },
19
+ { "command": "mcp__azmcp__azmcp_storage_blob_container_details", "type": "mcp", "description": "Get blob container details" },
20
+ // Blobs
21
+ { "command": "mcp__azmcp__azmcp_storage_blob_list", "type": "mcp", "description": "List blobs in container" },
22
+ { "command": "mcp__azmcp__azmcp_storage_blob_details", "type": "mcp", "description": "Get blob details" },
23
+ // Data Lake
24
+ { "command": "mcp__azmcp__azmcp_storage_datalake_file_system_list_paths", "type": "mcp", "description": "List Data Lake file system paths" },
25
+ // Tables
26
+ { "command": "mcp__azmcp__azmcp_storage_table_list", "type": "mcp", "description": "List storage tables" }
27
+ ],
28
+ "standard": [
29
+ // Blob tier management
30
+ { "command": "mcp__azmcp__azmcp_storage_blob_batch_set_tier", "type": "mcp", "description": "Batch set blob access tier" }
17
31
  ],
18
- "standard": [],
19
32
  "permissive": [
33
+ // Storage account creation
20
34
  { "command": "mcp__azmcp__azmcp_storage_account_create", "type": "mcp", "description": "Create storage account" },
21
- { "command": "mcp__azmcp__azmcp_storage_container_create", "type": "mcp", "description": "Create storage container" },
22
- { "command": "mcp__azmcp__azmcp_storage_blob_upload", "type": "mcp", "description": "Upload blob" }
35
+ // Blob container creation
36
+ { "command": "mcp__azmcp__azmcp_storage_blob_container_create", "type": "mcp", "description": "Create blob container" },
37
+ // Blob upload
38
+ { "command": "mcp__azmcp__azmcp_storage_blob_upload", "type": "mcp", "description": "Upload blob" },
39
+ // Data Lake directory creation
40
+ { "command": "mcp__azmcp__azmcp_storage_datalake_directory_create", "type": "mcp", "description": "Create Data Lake directory" }
23
41
  ]
24
42
  }
25
43
  }
@@ -14,6 +14,7 @@
14
14
  { "command": "mcp__chrome-devtools__list_network_requests", "type": "mcp", "description": "List network requests" },
15
15
  { "command": "mcp__chrome-devtools__get_network_request", "type": "mcp", "description": "Get network request details" },
16
16
  { "command": "mcp__chrome-devtools__list_console_messages", "type": "mcp", "description": "List console messages" },
17
+ { "command": "mcp__chrome-devtools__get_console_message", "type": "mcp", "description": "Get console message by ID" },
17
18
  { "command": "mcp__chrome-devtools__take_screenshot", "type": "mcp", "description": "Take page screenshot" },
18
19
  { "command": "mcp__chrome-devtools__take_snapshot", "type": "mcp", "description": "Take accessibility snapshot" },
19
20
 
@@ -37,12 +38,22 @@
37
38
  { "command": "mcp__chrome-devtools__get_element_outer_html", "type": "mcp", "description": "Get element outer HTML" },
38
39
  { "command": "mcp__chrome-devtools__get_element_box_model", "type": "mcp", "description": "Get element box model" },
39
40
  { "command": "mcp__chrome-devtools__describe_element", "type": "mcp", "description": "Describe DOM element" },
41
+ { "command": "mcp__chrome-devtools__get_element_at_position", "type": "mcp", "description": "Get element at coordinates" },
42
+ { "command": "mcp__chrome-devtools__search_elements", "type": "mcp", "description": "Search DOM elements" },
43
+ // CSS inspection (read-only)
40
44
  { "command": "mcp__chrome-devtools__get_computed_styles", "type": "mcp", "description": "Get computed styles" },
41
45
  { "command": "mcp__chrome-devtools__get_matched_styles", "type": "mcp", "description": "Get matched CSS styles" },
46
+ { "command": "mcp__chrome-devtools__get_inline_styles", "type": "mcp", "description": "Get inline styles" },
47
+ { "command": "mcp__chrome-devtools__get_stylesheet_text", "type": "mcp", "description": "Get stylesheet text" },
48
+ { "command": "mcp__chrome-devtools__get_background_colors", "type": "mcp", "description": "Get background colors" },
49
+ { "command": "mcp__chrome-devtools__get_platform_fonts", "type": "mcp", "description": "Get platform fonts" },
50
+ { "command": "mcp__chrome-devtools__get_media_queries", "type": "mcp", "description": "Get media queries" },
51
+ { "command": "mcp__chrome-devtools__collect_css_class_names", "type": "mcp", "description": "Collect CSS class names" },
42
52
  // Storage (read-only)
43
53
  { "command": "mcp__chrome-devtools__get_all_cookies", "type": "mcp", "description": "Get all browser cookies" },
44
54
  { "command": "mcp__chrome-devtools__get_cookies", "type": "mcp", "description": "Get cookies for URL" },
45
- { "command": "mcp__chrome-devtools__get_storage_usage_and_quota", "type": "mcp", "description": "Get storage usage and quota" }
55
+ { "command": "mcp__chrome-devtools__get_storage_usage_and_quota", "type": "mcp", "description": "Get storage usage and quota" },
56
+ { "command": "mcp__chrome-devtools__get_storage_key_for_frame", "type": "mcp", "description": "Get storage key for frame" }
46
57
  ],
47
58
  "standard": [
48
59
  // User interaction
@@ -78,6 +89,8 @@
78
89
  // Console inspection
79
90
  { "command": "mcp__chrome-devtools__inspect_console_object", "type": "mcp", "description": "Inspect console object" },
80
91
  { "command": "mcp__chrome-devtools__monitor_console_live", "type": "mcp", "description": "Monitor console live" },
92
+ // DOM interaction
93
+ { "command": "mcp__chrome-devtools__focus_element", "type": "mcp", "description": "Focus DOM element" },
81
94
  // Storage and CSS
82
95
  { "command": "mcp__chrome-devtools__set_cookie", "type": "mcp", "description": "Set a browser cookie" },
83
96
  { "command": "mcp__chrome-devtools__start_css_coverage_tracking", "type": "mcp", "description": "Start CSS coverage tracking" },
@@ -86,8 +99,7 @@
86
99
  "permissive": [
87
100
  // Emulation and performance profiling
88
101
  // ChromeDevTools/chrome-devtools-mcp naming
89
- { "command": "mcp__chrome-devtools__emulate_cpu", "type": "mcp", "description": "Emulate CPU throttling" },
90
- { "command": "mcp__chrome-devtools__emulate_network", "type": "mcp", "description": "Emulate network conditions" },
102
+ { "command": "mcp__chrome-devtools__emulate", "type": "mcp", "description": "Emulate device conditions (CPU, network, viewport, geolocation)" },
91
103
  { "command": "mcp__chrome-devtools__performance_start_trace", "type": "mcp", "description": "Start performance trace" },
92
104
  { "command": "mcp__chrome-devtools__performance_stop_trace", "type": "mcp", "description": "Stop performance trace" },
93
105
  { "command": "mcp__chrome-devtools__performance_analyze_insight", "type": "mcp", "description": "Analyze performance insight" },
@@ -20,7 +20,9 @@
20
20
  // Network inspection
21
21
  { "command": "mcp__mcp-server-docker__list_networks", "type": "mcp", "description": "List Docker networks" },
22
22
  // Volume inspection
23
- { "command": "mcp__mcp-server-docker__list_volumes", "type": "mcp", "description": "List Docker volumes" }
23
+ { "command": "mcp__mcp-server-docker__list_volumes", "type": "mcp", "description": "List Docker volumes" },
24
+ // System info
25
+ { "command": "mcp__mcp-server-docker__docker_info", "type": "mcp", "description": "Get Docker system information" }
24
26
  ],
25
27
  "standard": [
26
28
  // Container lifecycle
@@ -15,8 +15,6 @@
15
15
  { "command": "mcp__firefox-devtools__get_network_request", "type": "mcp", "description": "Get network request details" },
16
16
  { "command": "mcp__firefox-devtools__list_console_messages", "type": "mcp", "description": "List console messages" },
17
17
  { "command": "mcp__firefox-devtools__take_snapshot", "type": "mcp", "description": "Take accessibility snapshot" },
18
- { "command": "mcp__firefox-devtools__get_firefox_info", "type": "mcp", "description": "Get Firefox browser information" },
19
- { "command": "mcp__firefox-devtools__get_firefox_output", "type": "mcp", "description": "Get Firefox process output" },
20
18
 
21
19
  // JediLuke/firefox-mcp-server naming
22
20
  // Page inspection (read-only)
@@ -50,7 +48,6 @@
50
48
  { "command": "mcp__firefox-devtools__navigate_history", "type": "mcp", "description": "Navigate browser history" },
51
49
  // Viewport and scripting
52
50
  { "command": "mcp__firefox-devtools__set_viewport_size", "type": "mcp", "description": "Set viewport size" },
53
- { "command": "mcp__firefox-devtools__evaluate_script", "type": "mcp", "description": "Evaluate JavaScript on page" },
54
51
  { "command": "mcp__firefox-devtools__resolve_uid_to_selector", "type": "mcp", "description": "Resolve UID to CSS selector" },
55
52
  // Screenshots and dialogs
56
53
  { "command": "mcp__firefox-devtools__screenshot_page", "type": "mcp", "description": "Take full page screenshot" },
@@ -83,11 +80,7 @@
83
80
  // Destructive and privileged operations
84
81
  // freema/firefox-devtools-mcp naming
85
82
  { "command": "mcp__firefox-devtools__clear_console", "type": "mcp", "description": "Clear console messages" },
86
- { "command": "mcp__firefox-devtools__restart_firefox", "type": "mcp", "description": "Restart Firefox browser" },
87
- // Firefox chrome (privileged) context
88
- { "command": "mcp__firefox-devtools__list_chrome_contexts", "type": "mcp", "description": "List Firefox chrome contexts" },
89
- { "command": "mcp__firefox-devtools__select_chrome_context", "type": "mcp", "description": "Select Firefox chrome context" },
90
- { "command": "mcp__firefox-devtools__evaluate_chrome_script", "type": "mcp", "description": "Evaluate script in chrome context" },
83
+ { "command": "mcp__firefox-devtools__clear_snapshot", "type": "mcp", "description": "Clear accessibility snapshot" },
91
84
 
92
85
  // JediLuke/firefox-mcp-server naming
93
86
  { "command": "mcp__firefox__browser_close", "type": "mcp", "description": "Close Firefox browser" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "template.schema.json",
3
3
  "name": "gitlab-mcp",
4
- "description": "GitLab MCP Server tools for repository and workflow management",
4
+ "description": "GitLab MCP Server tools for repository and workflow management (zereight/gitlab-mcp)",
5
5
  "category": "MCP Servers",
6
6
  "detection": {
7
7
  "mcpServers": ["gitlab"]
@@ -11,49 +11,183 @@
11
11
  // Search
12
12
  { "command": "mcp__gitlab__search", "type": "mcp", "description": "Search GitLab" },
13
13
  { "command": "mcp__gitlab__search_code", "type": "mcp", "description": "Semantic code search" },
14
+
14
15
  // Project read
15
16
  { "command": "mcp__gitlab__get_project", "type": "mcp", "description": "Get project details" },
16
17
  { "command": "mcp__gitlab__list_projects", "type": "mcp", "description": "List projects" },
17
- { "command": "mcp__gitlab__search_projects", "type": "mcp", "description": "Search projects" },
18
- // File read
19
- { "command": "mcp__gitlab__get_file_contents", "type": "mcp", "description": "Get file contents" },
20
- { "command": "mcp__gitlab__get_directory_contents", "type": "mcp", "description": "Get directory contents" },
18
+ { "command": "mcp__gitlab__search_repositories", "type": "mcp", "description": "Search repositories" },
19
+
20
+ // File/tree read
21
+ { "command": "mcp__gitlab__get_file_contents", "type": "mcp", "description": "Get file or directory contents" },
22
+ { "command": "mcp__gitlab__get_repository_tree", "type": "mcp", "description": "Get repository file tree" },
23
+
24
+ // Commit read
25
+ { "command": "mcp__gitlab__list_commits", "type": "mcp", "description": "List commits" },
26
+ { "command": "mcp__gitlab__get_commit", "type": "mcp", "description": "Get commit details" },
27
+ { "command": "mcp__gitlab__get_commit_diff", "type": "mcp", "description": "Get commit diff" },
28
+
21
29
  // Issue read
22
30
  { "command": "mcp__gitlab__get_issue", "type": "mcp", "description": "Get issue details" },
23
31
  { "command": "mcp__gitlab__list_issues", "type": "mcp", "description": "List issues" },
24
- // MR read
32
+ { "command": "mcp__gitlab__my_issues", "type": "mcp", "description": "List issues assigned to me" },
33
+ { "command": "mcp__gitlab__list_issue_links", "type": "mcp", "description": "List issue links" },
34
+ { "command": "mcp__gitlab__get_issue_link", "type": "mcp", "description": "Get issue link details" },
35
+ { "command": "mcp__gitlab__list_issue_discussions", "type": "mcp", "description": "List issue discussions" },
36
+
37
+ // Merge request read
25
38
  { "command": "mcp__gitlab__get_merge_request", "type": "mcp", "description": "Get merge request details" },
26
39
  { "command": "mcp__gitlab__list_merge_requests", "type": "mcp", "description": "List merge requests" },
27
- { "command": "mcp__gitlab__get_merge_request_commits", "type": "mcp", "description": "Get MR commits" },
28
- { "command": "mcp__gitlab__get_merge_request_diffs", "type": "mcp", "description": "Get MR diffs" }
40
+ { "command": "mcp__gitlab__get_merge_request_diffs", "type": "mcp", "description": "Get MR diffs" },
41
+ { "command": "mcp__gitlab__list_merge_request_diffs", "type": "mcp", "description": "List MR diffs" },
42
+ { "command": "mcp__gitlab__get_branch_diffs", "type": "mcp", "description": "Get branch diffs" },
43
+ { "command": "mcp__gitlab__mr_discussions", "type": "mcp", "description": "Get MR discussions" },
44
+ { "command": "mcp__gitlab__get_merge_request_approval_state", "type": "mcp", "description": "Get MR approval state" },
45
+
46
+ // Draft notes read
47
+ { "command": "mcp__gitlab__get_draft_note", "type": "mcp", "description": "Get draft note" },
48
+ { "command": "mcp__gitlab__list_draft_notes", "type": "mcp", "description": "List draft notes" },
49
+
50
+ // Namespace read
51
+ { "command": "mcp__gitlab__list_namespaces", "type": "mcp", "description": "List namespaces" },
52
+ { "command": "mcp__gitlab__get_namespace", "type": "mcp", "description": "Get namespace details" },
53
+ { "command": "mcp__gitlab__verify_namespace", "type": "mcp", "description": "Verify namespace existence" },
54
+
55
+ // Labels read
56
+ { "command": "mcp__gitlab__list_labels", "type": "mcp", "description": "List project labels" },
57
+ { "command": "mcp__gitlab__get_label", "type": "mcp", "description": "Get label details" },
58
+
59
+ // Members read
60
+ { "command": "mcp__gitlab__list_project_members", "type": "mcp", "description": "List project members" },
61
+
62
+ // Users read
63
+ { "command": "mcp__gitlab__get_users", "type": "mcp", "description": "Get user information" },
64
+
65
+ // Group read
66
+ { "command": "mcp__gitlab__list_group_projects", "type": "mcp", "description": "List projects in a group" },
67
+ { "command": "mcp__gitlab__list_group_iterations", "type": "mcp", "description": "List group iterations" },
68
+
69
+ // Pipeline read
70
+ { "command": "mcp__gitlab__list_pipelines", "type": "mcp", "description": "List pipelines" },
71
+ { "command": "mcp__gitlab__get_pipeline", "type": "mcp", "description": "Get pipeline details" },
72
+ { "command": "mcp__gitlab__list_pipeline_jobs", "type": "mcp", "description": "List pipeline jobs" },
73
+ { "command": "mcp__gitlab__list_pipeline_trigger_jobs", "type": "mcp", "description": "List pipeline trigger jobs" },
74
+ { "command": "mcp__gitlab__get_pipeline_job", "type": "mcp", "description": "Get pipeline job details" },
75
+ { "command": "mcp__gitlab__get_pipeline_job_output", "type": "mcp", "description": "Get pipeline job output" },
76
+
77
+ // Milestone read
78
+ { "command": "mcp__gitlab__list_milestones", "type": "mcp", "description": "List milestones" },
79
+ { "command": "mcp__gitlab__get_milestone", "type": "mcp", "description": "Get milestone details" },
80
+ { "command": "mcp__gitlab__get_milestone_issue", "type": "mcp", "description": "Get milestone issues" },
81
+ { "command": "mcp__gitlab__get_milestone_merge_requests", "type": "mcp", "description": "Get milestone merge requests" },
82
+ { "command": "mcp__gitlab__get_milestone_burndown_events", "type": "mcp", "description": "Get milestone burndown events" },
83
+
84
+ // Wiki read
85
+ { "command": "mcp__gitlab__list_wiki_pages", "type": "mcp", "description": "List wiki pages" },
86
+ { "command": "mcp__gitlab__get_wiki_page", "type": "mcp", "description": "Get wiki page" },
87
+
88
+ // Release read
89
+ { "command": "mcp__gitlab__list_releases", "type": "mcp", "description": "List releases" },
90
+ { "command": "mcp__gitlab__get_release", "type": "mcp", "description": "Get release details" },
91
+ { "command": "mcp__gitlab__download_release_asset", "type": "mcp", "description": "Download release asset" },
92
+
93
+ // Events read
94
+ { "command": "mcp__gitlab__list_events", "type": "mcp", "description": "List events" },
95
+ { "command": "mcp__gitlab__get_project_events", "type": "mcp", "description": "Get project events" },
96
+
97
+ // Markdown/attachments read
98
+ { "command": "mcp__gitlab__download_attachment", "type": "mcp", "description": "Download attachment" }
29
99
  ],
30
100
  "standard": [
31
- // Branch create
101
+ // Branch management
32
102
  { "command": "mcp__gitlab__create_branch", "type": "mcp", "description": "Create branch" },
103
+
33
104
  // File create/update
34
- { "command": "mcp__gitlab__create_file", "type": "mcp", "description": "Create file" },
35
- { "command": "mcp__gitlab__update_file", "type": "mcp", "description": "Update file" },
105
+ { "command": "mcp__gitlab__create_or_update_file", "type": "mcp", "description": "Create or update file" },
36
106
  { "command": "mcp__gitlab__push_files", "type": "mcp", "description": "Push multiple files" },
37
- // Issue create
107
+
108
+ // Issue management
38
109
  { "command": "mcp__gitlab__create_issue", "type": "mcp", "description": "Create issue" },
39
110
  { "command": "mcp__gitlab__update_issue", "type": "mcp", "description": "Update issue" },
40
111
  { "command": "mcp__gitlab__create_issue_note", "type": "mcp", "description": "Comment on issue" },
41
- // MR create
112
+ { "command": "mcp__gitlab__update_issue_note", "type": "mcp", "description": "Update issue comment" },
113
+ { "command": "mcp__gitlab__create_issue_link", "type": "mcp", "description": "Create issue link" },
114
+
115
+ // MR management
42
116
  { "command": "mcp__gitlab__create_merge_request", "type": "mcp", "description": "Create merge request" },
43
117
  { "command": "mcp__gitlab__update_merge_request", "type": "mcp", "description": "Update merge request" },
44
- { "command": "mcp__gitlab__create_merge_request_note", "type": "mcp", "description": "Comment on MR" }
118
+ { "command": "mcp__gitlab__create_merge_request_note", "type": "mcp", "description": "Comment on MR" },
119
+ { "command": "mcp__gitlab__update_merge_request_note", "type": "mcp", "description": "Update MR comment" },
120
+ { "command": "mcp__gitlab__create_merge_request_thread", "type": "mcp", "description": "Create MR discussion thread" },
121
+ { "command": "mcp__gitlab__create_note", "type": "mcp", "description": "Create note on issue or MR" },
122
+ { "command": "mcp__gitlab__approve_merge_request", "type": "mcp", "description": "Approve merge request" },
123
+ { "command": "mcp__gitlab__unapprove_merge_request", "type": "mcp", "description": "Unapprove merge request" },
124
+
125
+ // Draft notes
126
+ { "command": "mcp__gitlab__create_draft_note", "type": "mcp", "description": "Create draft note" },
127
+ { "command": "mcp__gitlab__update_draft_note", "type": "mcp", "description": "Update draft note" },
128
+ { "command": "mcp__gitlab__publish_draft_note", "type": "mcp", "description": "Publish draft note" },
129
+ { "command": "mcp__gitlab__bulk_publish_draft_notes", "type": "mcp", "description": "Publish all draft notes" },
130
+
131
+ // Labels
132
+ { "command": "mcp__gitlab__create_label", "type": "mcp", "description": "Create label" },
133
+ { "command": "mcp__gitlab__update_label", "type": "mcp", "description": "Update label" },
134
+
135
+ // Milestones
136
+ { "command": "mcp__gitlab__create_milestone", "type": "mcp", "description": "Create milestone" },
137
+ { "command": "mcp__gitlab__edit_milestone", "type": "mcp", "description": "Edit milestone" },
138
+ { "command": "mcp__gitlab__promote_milestone", "type": "mcp", "description": "Promote milestone to group" },
139
+
140
+ // Wiki
141
+ { "command": "mcp__gitlab__create_wiki_page", "type": "mcp", "description": "Create wiki page" },
142
+ { "command": "mcp__gitlab__update_wiki_page", "type": "mcp", "description": "Update wiki page" },
143
+
144
+ // Release
145
+ { "command": "mcp__gitlab__create_release", "type": "mcp", "description": "Create release" },
146
+ { "command": "mcp__gitlab__update_release", "type": "mcp", "description": "Update release" },
147
+ { "command": "mcp__gitlab__create_release_evidence", "type": "mcp", "description": "Create release evidence" },
148
+
149
+ // Pipeline
150
+ { "command": "mcp__gitlab__create_pipeline", "type": "mcp", "description": "Create pipeline" },
151
+ { "command": "mcp__gitlab__retry_pipeline", "type": "mcp", "description": "Retry pipeline" },
152
+ { "command": "mcp__gitlab__retry_pipeline_job", "type": "mcp", "description": "Retry pipeline job" },
153
+ { "command": "mcp__gitlab__play_pipeline_job", "type": "mcp", "description": "Play manual pipeline job" },
154
+
155
+ // Markdown upload
156
+ { "command": "mcp__gitlab__upload_markdown", "type": "mcp", "description": "Upload markdown attachment" }
45
157
  ],
46
158
  "permissive": [
47
159
  // Project management
48
- { "command": "mcp__gitlab__create_project", "type": "mcp", "description": "Create project" },
49
- { "command": "mcp__gitlab__fork_project", "type": "mcp", "description": "Fork project" },
160
+ { "command": "mcp__gitlab__create_repository", "type": "mcp", "description": "Create repository" },
161
+ { "command": "mcp__gitlab__fork_repository", "type": "mcp", "description": "Fork repository" },
162
+
50
163
  // Branch delete
51
164
  { "command": "mcp__gitlab__delete_branch", "type": "mcp", "description": "Delete branch" },
52
- // MR merge
165
+
166
+ // MR merge/close
53
167
  { "command": "mcp__gitlab__merge_merge_request", "type": "mcp", "description": "Merge merge request" },
54
- { "command": "mcp__gitlab__close_merge_request", "type": "mcp", "description": "Close merge request" },
55
- // Issue close
56
- { "command": "mcp__gitlab__close_issue", "type": "mcp", "description": "Close issue" }
168
+
169
+ // Issue delete
170
+ { "command": "mcp__gitlab__delete_issue", "type": "mcp", "description": "Delete issue" },
171
+ { "command": "mcp__gitlab__delete_issue_link", "type": "mcp", "description": "Delete issue link" },
172
+
173
+ // Draft note delete
174
+ { "command": "mcp__gitlab__delete_draft_note", "type": "mcp", "description": "Delete draft note" },
175
+
176
+ // Label delete
177
+ { "command": "mcp__gitlab__delete_label", "type": "mcp", "description": "Delete label" },
178
+
179
+ // Milestone delete
180
+ { "command": "mcp__gitlab__delete_milestone", "type": "mcp", "description": "Delete milestone" },
181
+
182
+ // Wiki delete
183
+ { "command": "mcp__gitlab__delete_wiki_page", "type": "mcp", "description": "Delete wiki page" },
184
+
185
+ // Release delete
186
+ { "command": "mcp__gitlab__delete_release", "type": "mcp", "description": "Delete release" },
187
+
188
+ // Pipeline cancel
189
+ { "command": "mcp__gitlab__cancel_pipeline", "type": "mcp", "description": "Cancel pipeline" },
190
+ { "command": "mcp__gitlab__cancel_pipeline_job", "type": "mcp", "description": "Cancel pipeline job" }
57
191
  ]
58
192
  }
59
193
  }
@@ -1,17 +1,33 @@
1
1
  {
2
2
  "$schema": "template.schema.json",
3
3
  "name": "mariadb-mcp",
4
- "description": "MariaDB MCP Server tools for database queries",
4
+ "description": "MariaDB MCP Server tools for database management (MariaDB/mcp)",
5
5
  "category": "MCP Servers",
6
6
  "detection": {
7
7
  "mcpServers": ["mariadb"]
8
8
  },
9
9
  "levels": {
10
10
  "restrictive": [
11
+ // Database inspection (read-only)
12
+ { "command": "mcp__mariadb__list_databases", "type": "mcp", "description": "List all accessible databases" },
13
+ { "command": "mcp__mariadb__list_tables", "type": "mcp", "description": "List tables in a database" },
14
+ { "command": "mcp__mariadb__get_table_schema", "type": "mcp", "description": "Get table schema (columns, types, keys)" },
15
+ { "command": "mcp__mariadb__get_table_schema_with_relations", "type": "mcp", "description": "Get table schema with foreign key relations" },
11
16
  // Read-only SQL
12
- { "command": "mcp__mariadb__query", "type": "mcp", "description": "Execute read-only SQL query" }
17
+ { "command": "mcp__mariadb__execute_sql", "type": "mcp", "description": "Execute read-only SQL (SELECT, SHOW, DESCRIBE)" }
13
18
  ],
14
- "standard": [],
15
- "permissive": []
19
+ "standard": [
20
+ // Vector store operations (requires EMBEDDING_PROVIDER config)
21
+ { "command": "mcp__mariadb__list_vector_stores", "type": "mcp", "description": "List vector stores" },
22
+ { "command": "mcp__mariadb__search_vector_store", "type": "mcp", "description": "Search vector store" },
23
+ { "command": "mcp__mariadb__insert_docs_vector_store", "type": "mcp", "description": "Insert documents into vector store" },
24
+ { "command": "mcp__mariadb__create_vector_store", "type": "mcp", "description": "Create a vector store" }
25
+ ],
26
+ "permissive": [
27
+ // Database creation
28
+ { "command": "mcp__mariadb__create_database", "type": "mcp", "description": "Create a new database" },
29
+ // Vector store deletion
30
+ { "command": "mcp__mariadb__delete_vector_store", "type": "mcp", "description": "Delete a vector store" }
31
+ ]
16
32
  }
17
33
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "template.schema.json",
3
3
  "name": "playwright-mcp",
4
- "description": "Playwright MCP Server tools for browser automation",
4
+ "description": "Playwright MCP Server tools for browser automation (microsoft/playwright-mcp)",
5
5
  "category": "MCP Servers",
6
6
  "detection": {
7
7
  "mcpServers": ["playwright"]
@@ -17,7 +17,7 @@
17
17
  // Tab listing (read-only)
18
18
  { "command": "mcp__playwright__browser_tabs", "type": "mcp", "description": "List/create/close/select tabs" },
19
19
 
20
- // Test assertions (read-only verification)
20
+ // Test assertions (--caps=testing, read-only verification)
21
21
  { "command": "mcp__playwright__browser_verify_element_visible", "type": "mcp", "description": "Verify element is visible" },
22
22
  { "command": "mcp__playwright__browser_verify_list_visible", "type": "mcp", "description": "Verify list is visible" },
23
23
  { "command": "mcp__playwright__browser_verify_text_visible", "type": "mcp", "description": "Verify text is visible" },
@@ -48,22 +48,21 @@
48
48
  // Viewport
49
49
  { "command": "mcp__playwright__browser_resize", "type": "mcp", "description": "Resize browser viewport" },
50
50
 
51
- // JavaScript execution
51
+ // JavaScript execution (--caps=devtools)
52
52
  { "command": "mcp__playwright__browser_evaluate", "type": "mcp", "description": "Execute JavaScript on page" },
53
+
54
+ // Playwright code execution
53
55
  { "command": "mcp__playwright__browser_run_code", "type": "mcp", "description": "Run Playwright code snippet" },
54
56
 
55
- // Mouse coordinate tools
57
+ // Mouse coordinate tools (--caps=vision)
56
58
  { "command": "mcp__playwright__browser_mouse_click_xy", "type": "mcp", "description": "Click at coordinates" },
57
- { "command": "mcp__playwright__browser_mouse_down", "type": "mcp", "description": "Mouse button down" },
58
- { "command": "mcp__playwright__browser_mouse_up", "type": "mcp", "description": "Mouse button up" },
59
59
  { "command": "mcp__playwright__browser_mouse_move_xy", "type": "mcp", "description": "Move mouse to coordinates" },
60
60
  { "command": "mcp__playwright__browser_mouse_drag_xy", "type": "mcp", "description": "Drag mouse to coordinates" },
61
- { "command": "mcp__playwright__browser_mouse_wheel", "type": "mcp", "description": "Scroll mouse wheel" },
62
61
 
63
- // Test generation
62
+ // Test generation (--caps=testing)
64
63
  { "command": "mcp__playwright__browser_generate_locator", "type": "mcp", "description": "Generate test locator" },
65
64
 
66
- // Tracing
65
+ // Tracing (--caps=tracing)
67
66
  { "command": "mcp__playwright__browser_start_tracing", "type": "mcp", "description": "Start trace recording" },
68
67
  { "command": "mcp__playwright__browser_stop_tracing", "type": "mcp", "description": "Stop trace recording" }
69
68
  ],
@@ -1,21 +1,33 @@
1
1
  {
2
2
  "$schema": "template.schema.json",
3
3
  "name": "typescript-mcp",
4
- "description": "TypeScript MCP Server tools for type checking and compilation",
4
+ "description": "TypeScript MCP Server tools for type checking, compilation, and code analysis",
5
5
  "category": "MCP Servers",
6
+ // Supports multiple TypeScript MCP servers:
7
+ // - umutc/mcp-typescript (mcp-typescript-server): compilation and tsconfig management
8
+ // - catpaladin/mcp-typescript-assistant: linting and code analysis
6
9
  "detection": {
7
- "mcpServers": ["mcp-typescript-server", "mcp-typescript", "typescript"]
10
+ "mcpServers": ["mcp-typescript-server", "mcp-typescript", "typescript", "typescript-assistant"]
8
11
  },
9
12
  "levels": {
10
13
  "restrictive": [
14
+ // umutc/mcp-typescript-server - Type checking
11
15
  { "command": "mcp__typescript__check_types", "type": "mcp", "description": "Run type checking" },
12
16
  { "command": "mcp__typescript__get_diagnostics", "type": "mcp", "description": "Get TypeScript diagnostics" },
13
- { "command": "mcp__typescript__validate_syntax", "type": "mcp", "description": "Validate TypeScript syntax" }
17
+ { "command": "mcp__typescript__validate_syntax", "type": "mcp", "description": "Validate TypeScript syntax" },
18
+
19
+ // catpaladin/mcp-typescript-assistant - Code analysis
20
+ { "command": "mcp__typescript__type-check", "type": "mcp", "description": "Run TypeScript type checking" },
21
+ { "command": "mcp__typescript__lint-check", "type": "mcp", "description": "Run linting checks" },
22
+ { "command": "mcp__typescript__suggest-improvements", "type": "mcp", "description": "Suggest code improvements" },
23
+ { "command": "mcp__typescript__load-guidelines", "type": "mcp", "description": "Load coding guidelines" }
14
24
  ],
15
25
  "standard": [
26
+ // umutc/mcp-typescript-server - Compilation
16
27
  { "command": "mcp__typescript__compile_typescript", "type": "mcp", "description": "Compile TypeScript code" }
17
28
  ],
18
29
  "permissive": [
30
+ // umutc/mcp-typescript-server - Config management
19
31
  { "command": "mcp__typescript__create_tsconfig", "type": "mcp", "description": "Create tsconfig.json" },
20
32
  { "command": "mcp__typescript__update_tsconfig", "type": "mcp", "description": "Update tsconfig.json" }
21
33
  ]