We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/tailscale-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•296 B
"""
Tailscale MCP Tools Package
Portmanteau tools following the database-mcp pattern to avoid tool explosion.
Each tool combines multiple related operations into a single, powerful interface.
"""
from .portmanteau_tools import TailscalePortmanteauTools
__all__ = ["TailscalePortmanteauTools"]