mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
19 lines
379 B
TOML
19 lines
379 B
TOML
[project]
|
|
name = "mcp-wiki"
|
|
version = "0.1.0"
|
|
description = "MCP Server for Wikipedia"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"beautifulsoup4>=4.12.3",
|
|
"html2text>=2024.2.26",
|
|
"mcp[cli]>=1.2.0",
|
|
"requests>=2.32.3",
|
|
]
|
|
|
|
[project.scripts]
|
|
mcp-wiki = "mcp_wiki:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build" |