load_project_config
Load project-specific configurations from .vscode-mcp.toml to streamline workspace setup, ensuring AI agents interact seamlessly with VS Code via the MCP Server.
Instructions
Load project-specific configuration from .vscode-mcp.toml
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Path to workspace directory (defaults to current) |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to workspace directory (defaults to current)",
"type": "string"
}
},
"type": "object"
}