NODEDC_1C/mcp/odata-mcp-proxy.example.json

29 lines
538 B
JSON

{
"serverName": "ndc-1c-odata-proxy",
"transport": "stdio",
"odata": {
"baseUrl": "http://localhost/AccountingBase/odata/standard.odata/",
"auth": {
"type": "basic",
"username": "readonly_user",
"password": "change_me"
},
"readOnly": true
},
"entities": [
{
"name": "Documents",
"operations": ["list", "get"]
},
{
"name": "Counterparties",
"operations": ["list", "get"]
},
{
"name": "Postings",
"operations": ["list", "get"]
}
]
}