Display all environment variables for debugging and verifying MCP server configurations in EpicMe MCP. Simplify troubleshooting by providing a clear view of system settings.
Load project-specific configurations from .vscode-mcp.toml to streamline workspace setup, ensuring AI agents interact seamlessly with VS Code via the MCP Server.
Save project-specific configurations to a .vscode-mcp.toml file for consistent setup across the workspace directory, ensuring streamlined development workflows.
Exposes VSCode's Language Server Protocol features through MCP, enabling AI assistants to perform language-aware operations like symbol navigation, reference tracking, safe renaming, type information retrieval, and hover documentation across codebases.
Converts VSCode into an MCP server that enables external clients to remotely execute VSCode internal commands, query workspace information, and interact with the editor through HTTP streaming. Built on the FastMCP framework with security controls and real-time monitoring.