Skip to main content
Glama

Poetry MCP Server

pyproject.toml980 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "poetry-mcp" version = "0.1.0" description = "MCP server for poetry catalog and nexus management" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=0.2.0", "pydantic>=2.0.0", "pyyaml>=6.0", ] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "pytest-cov>=4.1.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "ruff>=0.1.0", "mypy>=1.5.0", ] [project.scripts] poetry-mcp = "poetry_mcp.server:main" [tool.black] line-length = 100 target-version = ["py310"] [tool.ruff] line-length = 100 target-version = "py310" [tool.mypy] python_version = "3.10" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] addopts = "-v --cov=poetry_mcp --cov-report=term-missing"

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/james-livefront/poetry-mcp'

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