Skip to main content
Glama

AI Development Pipeline MCP

by theburgerllc

write_project_file

Write content to a local file within the VS Code workspace directory, ensuring restricted file operations for secure project development.

Instructions

Write to a local file in the VS Code workspace (restricted to workspace directory)

Input Schema

NameRequiredDescriptionDefault
contentYes
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "path": { "type": "string" } }, "required": [ "path", "content" ], "type": "object" }

Other Tools from AI Development Pipeline MCP

Related Tools

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/theburgerllc/ai-development-pipeline-mcp'

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