Metadata-Version: 2.4
Name: bss-mcp
Version: 0.1.0
Summary: MCP server for the Basic Supply Service (BSS) — read-only debug tools
Author-email: Hochfrequenz Unternehmensberatung GmbH <info+pip@hochfrequenz.de>
License: MIT
Keywords: basicsupply,bss,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: bssclient>=0.1
Requires-Dist: fastmcp>=3.0
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic-settings>=2.7
Requires-Dist: python-dotenv>=1.0
Provides-Extra: coverage
Requires-Dist: coverage>=7; extra == 'coverage'
Provides-Extra: dev
Requires-Dist: pip-tools; extra == 'dev'
Provides-Extra: formatting
Requires-Dist: black>=25; extra == 'formatting'
Requires-Dist: isort>=5; extra == 'formatting'
Provides-Extra: linting
Requires-Dist: pylint>=4; extra == 'linting'
Provides-Extra: packaging
Requires-Dist: build>=1; extra == 'packaging'
Requires-Dist: twine>=6; extra == 'packaging'
Provides-Extra: spell-check
Requires-Dist: codespell>=2; extra == 'spell-check'
Provides-Extra: tests
Requires-Dist: pytest-asyncio>=0.24; extra == 'tests'
Requires-Dist: pytest-mock>=3; extra == 'tests'
Requires-Dist: pytest>=9; extra == 'tests'
Provides-Extra: type-check
Requires-Dist: mypy>=1.10; extra == 'type-check'
