Skip to main content
Glama

DeltaTask MCP Server

by brysontang
__init__.py393 B
import logging # Configure logging def setup_logging(): """Configure the application-wide logging.""" logging.basicConfig( level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', handlers=[ logging.FileHandler("deltatask.log"), logging.StreamHandler() ] ) return logging.getLogger("DeltaTask")

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/brysontang/DeltaTask'

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