Skip to main content
Glama

dev-kit-mcp-server

push.py595 B
"""Module for pushing changes to a remote git repository.""" from dataclasses import dataclass from typing import Any, Dict from ...core import AsyncOperation @dataclass class GitPushOperation(AsyncOperation): """Class to push changes to a remote git repository.""" name = "git_push" async def __call__( self, ) -> Dict[str, Any]: """Push changes to a remote git repository. Returns: A dictionary containing the status of the push operation """ # Handle both model and direct parameter input for backward compatibility

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/DanielAvdar/dev-kit-mcp-server'

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