Skip to main content
Glama

Drug Interaction MCP Server

pyproject.toml950 B
[project] name = "drug-interaction-mcp" version = "0.1.0" description = "基於FastMCP框架的中西藥交互作用查詢系統" authors = [ {name = "MiniMax Agent", email = "agent@minimax.com"} ] readme = "README.md" license = {text = "MIT"} requires-python = ">=3.10" dependencies = [ "fastmcp>=0.2.0", "typing-extensions", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "isort>=5.12.0", "flake8>=6.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" addopts = "-v --tb=short" [tool.black] line-length = 88 target-version = ['py310'] include = '\.pyi?$' extend-exclude = ''' /( # directories \.eggs | \.git | \.hg | \.mypy_cache | \.tox | \.venv | build | dist )/ ''' [tool.isort] profile = "black" multi_line_output = 3 line_length = 88

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/benjamin920101/drug-interaction-mcp'

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