Skip to main content
Glama

MCP Git Commit Generator

tasks.json1.91 kB
{ "version": "2.0.0", "tasks": [ { "label": "Start MCP Server", "type": "shell", "command": "${command:python.interpreterPath}", "args": [ "-m", "debugpy", "--listen", "localhost:5678", "-m", "mcp_git_commit_generator", "--transport", "sse" ], "isBackground": true, "options": { "cwd": "${workspaceFolder}", "env": { "PORT": "3001" } }, "problemMatcher": { "pattern": [ { "regexp": "^.*$", "file": 0, "location": 1, "message": 2 } ], "background": { "activeOnStart": true, "beginsPattern": ".*", "endsPattern": "Application startup complete|running" } } }, { "label": "Start MCP Inspector", "type": "shell", "command": "npm run dev:inspector", "isBackground": true, "options": { "cwd": "${workspaceFolder}/inspector", "env": { "CLIENT_PORT": "5173", "SERVER_PORT": "3000" } }, "problemMatcher": { "pattern": [ { "regexp": "^.*$", "file": 0, "location": 1, "message": 2 } ], "background": { "activeOnStart": true, "beginsPattern": "Starting MCP inspector", "endsPattern": "⚙️ Proxy server listening on" } }, "dependsOn": ["Start MCP Server"] }, { "label": "Terminate All Tasks", "command": "echo 'Terminating all tasks...'", "type": "shell", "problemMatcher": [] } ], "inputs": [ { "id": "terminate", "type": "command", "command": "workbench.action.tasks.terminate", "args": "terminateAll" } ] }

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/theoklitosBam7/mcp-git-commit-generator'

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