Skip to main content
Glama
fovi-llc
by fovi-llc

github_sync_unavailable

Checks and confirms GitHub synchronization is unavailable in the Radicle + GitHub MCP Server, ensuring users are informed when cross-platform repository syncing cannot be performed.

Instructions

GitHub sync functionality is not available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler function for the 'github_sync_unavailable' tool. It is a placeholder that returns an error message when GitHub-Radicle sync module is not available (SYNC_AVAILABLE=False). The @mcp.tool() decorator also serves as registration.
    @mcp.tool() async def github_sync_unavailable() -> str: """ GitHub sync functionality is not available. """ return "❌ GitHub sync functionality not available. Please ensure the github_radicle_sync module is properly installed."

Other Tools

Related Tools

Latest Blog Posts

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/fovi-llc/radicle-mcp'

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