[project]
name = "skillport-mcp"
version = "1.1.0"
description = "SkillPort MCP server (indexed search + tools). See https://github.com/gotalab/skillport for documentation."
requires-python = ">=3.10"
license = "MIT"
authors = [{ name = "Gota" }]
keywords = [
"agent-skills",
"mcp",
"mcp-server",
"context-engineering",
]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"skillport-core==1.1.0",
"fastmcp>=2.0.0",
"lancedb>=0.26.0",
"openai>=1.0.0",
"pylance",
"tantivy>=0.19.0",
]
[project.urls]
Homepage = "https://github.com/gotalab/skillport"
Repository = "https://github.com/gotalab/skillport"
[project.scripts]
skillport-mcp = "skillport.interfaces.mcp.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/skillport_mcp"]
[tool.hatch.build.targets.sdist]
include = ["src/skillport_mcp"]