We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UrbanDiver/local-deepwiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server_tool_defs.py•348 B
"""MCP tool definitions — re-export shim.
All definitions have moved to the ``tool_defs`` package.
This module re-exports everything for backward compatibility.
"""
from __future__ import annotations
from local_deepwiki.tool_defs import ( # noqa: F401
TOOL_DEFINITIONS,
_READ_ONLY,
_SIDE_EFFECT,
_STATEFUL,
_WRITE_SAFE,
)