Skip to main content
Glama
pyproject.toml549 B
[project] name = "test-mcp" version = "0.1.0" description = "Simple MCP server with LangGraph agent" requires-python = ">=3.12" dependencies = [ "fastmcp>=2.13.1", "langchain-core>=0.3.74", "langchain-openai>=0.3.30", "langgraph>=0.6.7", "pydantic>=2.11.7", "pydantic-settings>=2.10.1", "python-dotenv>=1.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] line-length = 100 target-version = "py312" [tool.ruff.lint] select = ["E", "F", "I", "N", "UP", "B"] ignore = ["E501"]

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/tmzmfldkqls/test-mcp'

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