We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/narumiruna/yfinance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
lint:
uv run ruff check .
type:
uv run mypy --install-types --non-interactive .
test:
uv run pytest -v -s --cov=src tests
publish:
uv build -f wheel
uv publish
dev:
uv run mcp dev src/yfmcp/server.py
.PHONY: lint test publish