Skip to main content
Glama

MCP Server Hero

by namnd00
pyproject.toml1.57 kB
[project] name = "mcp-server-hero" version = "0.1.0" description = "A professional MCP server template and framework" readme = "README.md" requires-python = ">=3.11" authors = [ { name = "MCP Server Hero", email = "hero@example.com" } ] keywords = ["mcp", "llm", "server", "framework", "template"] license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp[cli]>=1.13.1", "anyio>=4.5.0", "click>=8.2.0", "pydantic>=2.0.0", "uvicorn>=0.30.0", "starlette>=0.40.0", "ruff>=0.12.11", "pyright>=1.1.404", "requests>=2.32.5", "python-dotenv>=1.1.1", ] [project.scripts] mcp-server-hero = "mcp_server_hero.core.cli:main" [project.optional-dependencies] dev = [ "pytest>=8.3.3", "pytest-asyncio>=0.24.0", "ruff>=0.6.9", "pyright>=1.1.378", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_server_hero"] [tool.pyright] include = ["src/mcp_server_hero"] venvPath = "." venv = ".venv" [tool.ruff] line-length = 120 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I"] ignore = [] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" [dependency-groups] dev = [ "pytest>=8.4.1", "pytest-asyncio>=1.1.0", "pytest-cov>=6.2.1", ]

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/namnd00/mcp-server-hero'

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