[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "scopus-mcp-server" version = "1.0.0" description = "MCP server for the Scopus API — search abstracts, authors, and export citations" readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [{ name = "SMABoundless" }] keywords = ["mcp", "scopus", "elsevier", "scholarly", "citations"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", ] dependencies = [ "mcp[cli]>=1.0.0", "httpx>=0.27.0", ] [project.scripts] scopus-mcp-server = "scopus_mcp_server:main" [project.urls] Repository = "https://github.com/SMABoundless/scopus-mcp-server"