This repository serves mostly as a hub for the GitHub issues and bug reports for Pacy Devtools, but it also involves the following packages:
packages/mcpis distributed as@pacy-dev/mcp.packages/plugin-devtoolsis distributed as@pacy-dev/plugin-devtools.packages/vscode-extensionis uploaded to Visual Studio Code Marketplace as "Pacy Devtools Bridge".
Currently, the rest of the Pacy Devtools is not open source.
This is an MCP server that communicates with Pacy DevTools. It informs the devtools about the status of the current task to show proper notifications, and detect when a task is complete. It's crucial for the chat panel to work.
Currently mostly a wrapper of code-inspector, but we chose to use it by wrapping it, since we override some default settings. Also, in case of using it for more features in the future.
This package is not included in the pnpm-workspace.yaml, because the vsce package command fails to run with the symlinked dependencies in the node_modules. We use npm install to install its dependencies