Skip to main content
Glama
ASXRND

MCP Weather & Accruals Server

by ASXRND
__init__.py787 B
""" Пакет модулей для MCP сервера погоды. Содержит подмодули для работы с API, конфигурацией, погодой и файлами. """ from modules.config import Config from modules.weather_api import get_current_weather, get_forecast, make_weather_request from modules.deepseek_api import get_weather_response, call_deepseek_with_tools from modules.file_api import read_file, create_file, update_file, append_to_file, delete_file, list_files __all__ = [ "Config", "get_current_weather", "get_forecast", "make_weather_request", "get_weather_response", "call_deepseek_with_tools", "read_file", "create_file", "update_file", "append_to_file", "delete_file", "list_files", ]

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/ASXRND/MCP_deepseek'

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