Skip to main content
Glama

MCP Test MCP

by rdwj
pyproject.toml1.68 kB
[build-system] requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-test-mcp" version = "0.1.0" description = "A test MCP server implementation using FastMCP v2" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "MCP Test Project", email = "developer@example.com"} ] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "fastmcp>=2.12.4", "pydantic>=2.12.0", "python-dotenv>=1.0.0", "httpx>=0.27.0", ] [project.optional-dependencies] dev = [ "pytest>=8.4.2", "pytest-asyncio>=1.2.0", "pytest-cov>=7.0.0", "black>=25.9.0", "ruff>=0.14.0", "mypy>=1.18.2", ] [project.urls] "Homepage" = "https://github.com/example/mcp-test-mcp" "Repository" = "https://github.com/example/mcp-test-mcp" "Bug Tracker" = "https://github.com/example/mcp-test-mcp/issues" [project.scripts] mcp-test-mcp = "mcp_test_mcp.__main__:main" [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" addopts = "--strict-markers --cov=mcp_test_mcp --cov-report=html --cov-report=term-missing" [tool.black] line-length = 100 target-version = ['py311'] include = '\.pyi?$' [tool.ruff] line-length = 100 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I", "N", "W"] ignore = [] [tool.mypy] python_version = "3.11" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true

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

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