We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wayfinder-Foundry/gdal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•298 B
from __future__ import annotations
"""Tool package placeholder.
Python-native tool modules (e.g., raster.info/convert/reproject, vector.info/reproject)
will register their @mcp.tool functions upon import when implemented.
"""
# Intentionally avoid eager imports until implementations are added.