1c-platform-tools-run

Launch 1C: Designer and Enterprise for a given project path.

178|16|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-platform-tools-run
Source: https://github.com/yellow-hammer/vscode-1c-platform-tools/tree/main/resources/skills/1c-platform-tools-run
Command: npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to quickly start 1C:Designer and 1C:Enterprise via MCP or extension commands, eliminating manual startup steps and repetitive navigation between tools.

Core Features & Use Cases

  • Launch via MCP: run_designer or run_enterprise to start the corresponding application for a given 1C project.
  • Launch via commands: use 1c-platform-tools.run.designer or 1c-platform-tools.run.enterprise when MCP is unavailable.
  • Project path requirement: requires an absolute projectPath pointing to the root of the 1C project (the folder containing packagedef and env.json).

Quick Start

Запустите Конфигуратор или Предприятие 1С для заданного пути проекта.

Frequently Asked Questions about 1c-platform-tools-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch 1C Designer or Enterprise using MCP tools?

To launch 1C Designer or Enterprise via MCP, use the run_designer or run_enterprise tools, providing an absolute projectPath that points to the root of your 1C project folder.

What project path format is required to run 1C configurations?

Running 1C configurations requires an absolute projectPath pointing to the 1C project root directory, specifically the folder that contains the packagedef and env.json files.

Can I start 1C Enterprise without MCP using extension commands?

Yes, you can start 1C Enterprise and Designer without MCP by utilizing the 1c-platform-tools.run.enterprise and 1c-platform-tools.run.designer extension commands when MCP is unavailable.

Does 1c-platform-tools work with any 1C project folder structure?

No, the 1c-platform-tools launcher only works with a 1C project root folder that explicitly contains both the packagedef and env.json files to validate the projectPath.

Why does my 1C Designer launch fail when using the run_designer MCP tool?

Your 1C Designer launch likely fails because the provided projectPath is not an absolute path to the 1C project root, or the target folder is missing the required packagedef and env.json files.