Skip to main content
Glama

Code MCP Server

by block

update_project_config

Modify project-specific settings in VS Code via MCP, including allowed commands, auto-formatting, Git auto-commit, and AI instructions, to streamline development workflows.

Instructions

Update specific project configuration settings

Input Schema

NameRequiredDescriptionDefault
allowedCommandsNoCommands that are allowed to run
formatCommandNoFormat command (use {{file}} as placeholder)
formatOnSaveNoAuto-format files after editing
gitAutoCommitNoAuto-commit AI changes
projectInstructionsNoProject-specific instructions for AI

Input Schema (JSON Schema)

{ "properties": { "allowedCommands": { "description": "Commands that are allowed to run", "items": { "type": "string" }, "type": "array" }, "formatCommand": { "description": "Format command (use {{file}} as placeholder)", "type": "string" }, "formatOnSave": { "description": "Auto-format files after editing", "type": "boolean" }, "gitAutoCommit": { "description": "Auto-commit AI changes", "type": "boolean" }, "projectInstructions": { "description": "Project-specific instructions for AI", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/block/vscode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server