Skip to main content
Glama

Code MCP Server

by block

remove_allowed_command

Remove a specific command from the allowed commands list in the Code MCP Server, ensuring controlled access for AI agents interacting with VS Code.

Instructions

Remove a command from the project's allowed commands list

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to remove from allowed list

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to remove from allowed list", "type": "string" } }, "required": [ "command" ], "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