SpiceLogic runs an official Model Context Protocol (MCP) server for this control, and it is not tied to one vendor's assistant. Point whichever tool your team already works in at it and it reads the real method signatures, the real documentation pages, and snippets that compile today, instead of inventing an API from stale training data. It is a remote endpoint over HTTPS, so there is nothing to install on a developer machine and no key to manage.
GitHub Copilot in Visual Studio. In Visual Studio 2026 or Visual Studio 2022 (17.14 or later), save a .mcp.json file beside your solution containing { "servers": { "spicelogic-winforms-editor": { "url": "https://mcp.spicelogic.com/html-editor/winforms" } } }, then switch Copilot Chat to Agent mode and enable the SpiceLogic tools. Commit that file and every developer on the team is connected on their next pull.
GitHub Copilot in VS Code. The same JSON goes in .vscode/mcp.json, with "type": "http" added beside the URL.
Claude Code, OpenAI Codex, Cursor, Claude Desktop. Run claude mcp add --transport http spicelogic-winforms-editor https://mcp.spicelogic.com/html-editor/winforms or codex mcp add spicelogic-winforms-editor --url https://mcp.spicelogic.com/html-editor/winforms; Cursor and Claude Desktop take the same URL.