Skip to main content
Glama

Code MCP Server

by block

start_coding_session

Initiate a new coding session with Git branch integration and detailed change tracking to enhance productivity and collaboration during development.

Instructions

Start a new coding session for change tracking

Input Schema

NameRequiredDescriptionDefault
branchNoGit branch for this session
descriptionYesDescription of what will be worked on

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Git branch for this session", "type": "string" }, "description": { "description": "Description of what will be worked on", "type": "string" } }, "required": [ "description" ], "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