-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
28 lines (28 loc) · 780 Bytes
/
mcp.json
File metadata and controls
28 lines (28 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"mcpServers": {
"1c-code-metadata-mcp": {
"url": "http://localhost:8000/mcp",
"connection_id": "1c_metadata_service_001"
},
"1c-syntax-checker-mcp": {
"url": "http://localhost:8002/mcp",
"connection_id": "1c_lsp_service_001"
},
"1C-docs-mcp": {
"url": "http://localhost:8003/mcp",
"connection_id": "1c_docs_service_001"
},
"1c-templates-mcp": {
"url": "http://localhost:8004/mcp",
"connection_id": "1c_templates_service_001"
},
"1c-graph-metadata-mcp": {
"url": "http://localhost:8006/mcp",
"connection_id": "1c_graph_metadata_service_001"
},
"1c-code-check-mcp": {
"url": "http://localhost:8007/mcp",
"connection_id": "1c_code_check_service_001"
}
}
}