53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"mcpServers": {
|
|
"axiom-core": {
|
|
"command": "/home/busya/dev/ast-mcp-core-server/.venv/bin/python",
|
|
"args": [
|
|
"-c",
|
|
"from src.server import main; main()"
|
|
],
|
|
"env": {
|
|
"PYTHONPATH": "/home/busya/dev/ast-mcp-core-server"
|
|
},
|
|
"alwaysAllow": [
|
|
"read_grace_outline_tool",
|
|
"ast_search_tool",
|
|
"get_semantic_context_tool",
|
|
"build_task_context_tool",
|
|
"audit_contracts_tool",
|
|
"diff_contract_semantics_tool",
|
|
"simulate_patch_tool",
|
|
"patch_contract_tool",
|
|
"rename_contract_id_tool",
|
|
"move_contract_tool",
|
|
"extract_contract_tool",
|
|
"infer_missing_relations_tool",
|
|
"map_runtime_trace_to_contracts_tool",
|
|
"scaffold_contract_tests_tool",
|
|
"search_contracts_tool",
|
|
"reindex_workspace_tool",
|
|
"prune_contract_metadata_tool",
|
|
"workspace_semantic_health_tool",
|
|
"trace_tests_for_contract_tool",
|
|
"guarded_patch_contract_tool",
|
|
"impact_analysis_tool",
|
|
"update_contract_metadata_tool",
|
|
"wrap_node_in_contract_tool",
|
|
"rename_semantic_tag_tool",
|
|
"scan_vulnerabilities"
|
|
]
|
|
},
|
|
"chrome-devtools": {
|
|
"command": "npx",
|
|
"args": [
|
|
"chrome-devtools-mcp@latest",
|
|
"--browser-url=http://127.0.0.1:9222"
|
|
],
|
|
"disabled": false,
|
|
"alwaysAllow": [
|
|
"take_snapshot"
|
|
]
|
|
}
|
|
}
|
|
}
|