Skip to main content
Glama
pyproject.toml702 B
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "weather-mcp-server" version = "1.0.0" description = "Real-time weather query MCP server based on HelloAgents framework" readme = "README.md" license = {text = "MIT"} authors = [ {name = "HelloAgents Team", email = "jjyaoao@126.com"} ] requires-python = ">=3.10" dependencies = [ "hello-agents>=0.2.2", "requests>=2.31.0", ] [project.urls] Homepage = "https://github.com/jjyaoao/weather-mcp-server" Repository = "https://github.com/jjyaoao/weather-mcp-server" "Bug Tracker" = "https://github.com/jjyaoao/weather-mcp-server/issues" [tool.setuptools] py-modules = ["server"]

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/jjyaoao/weather-mcp-server'

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