Skip to main content
Glama

mcp-server-code-assist

"""Function invocation helper.""" from typing import Any def invoke_git(function: str, params: dict[str, Any]) -> str: """Invokes a git function with given parameters.""" # Functions will be invoked via the assistant return f"git_{function}({', '.join(f'{k}={v!r}' for k, v in params.items())})"

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/abhishekbhakat/mcp_server_code_assist'

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