MCP Server
MCP
io.github.yellow-hammer/mcp-1c-platform-tools
MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-1c-platform-tools",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Порт IPC-сервера расширения 1c-platform-tools (настройка 1c-platform-tools.ipc.port)",
"isRequired": true,
"format": "string",
"name": "ONEC_IPC_PORT"
},
{
"description": "Токен IPC (если задан в 1c-platform-tools.ipc.token)",
"format": "string",
"isSecret": true,
"name": "ONEC_IPC_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment