-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (41 loc) · 1.71 KB
/
Copy pathpyproject.toml
File metadata and controls
45 lines (41 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "noapi-google-search-mcp"
version = "0.3.1"
description = "38 tools for Local LLMs — Google Search, live feeds, email, documents, QR codes, Wikipedia, S3 upload, vision, OCR, video transcription. No API key required."
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
authors = [
{ name = "Vincent Kaufmann", email = "vincent@kaufmann.dev" },
]
keywords = ["mcp", "google", "search", "playwright", "llm", "ai", "local-llm", "no-api", "chromium", "lm-studio", "rss", "feeds", "reddit", "hackernews", "youtube", "twitter", "arxiv", "openclaw", "ollama", "email", "imap", "pdf", "ocr", "qr-code", "wikipedia", "minio", "s3", "pastebin", "ffmpeg", "whisper"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries",
]
dependencies = [
"mcp>=1.0.0",
"playwright>=1.40.0",
"opencv-python-headless>=4.8.0",
"rapidocr-onnxruntime>=1.4.0",
"yt-dlp>=2024.0",
"faster-whisper>=1.0.0",
]
[project.scripts]
noapi-google-search-mcp = "google_search_mcp:main"
[tool.hatch.build.targets.wheel]
packages = ["src/google_search_mcp"]
[project.urls]
Homepage = "https://github.com/VincentKaufmann/noapi-google-search-mcp"
Repository = "https://github.com/VincentKaufmann/noapi-google-search-mcp"
Issues = "https://github.com/VincentKaufmann/noapi-google-search-mcp/issues"