iflow-mcp_anton-prosterity-documentation-search-enhanced 1.9.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/.gitignore +27 -0
  2. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/LICENSE +21 -0
  3. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/PKG-INFO +195 -0
  4. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/README.md +156 -0
  5. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/pyproject.toml +87 -0
  6. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/pytest-test-project/README.md +10 -0
  7. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/samples/README.md +273 -0
  8. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/__init__.py +14 -0
  9. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/__main__.py +6 -0
  10. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/config.json +1674 -0
  11. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/config_manager.py +233 -0
  12. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/config_validator.py +79 -0
  13. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/content_enhancer.py +578 -0
  14. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/docker_manager.py +87 -0
  15. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/logger.py +179 -0
  16. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/main.py +2170 -0
  17. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/project_generator.py +260 -0
  18. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/project_scanner.py +85 -0
  19. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/reranker.py +230 -0
  20. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/site_index_builder.py +274 -0
  21. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/site_index_downloader.py +222 -0
  22. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/site_search.py +1325 -0
  23. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/smart_search.py +473 -0
  24. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/snyk_integration.py +657 -0
  25. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/vector_search.py +303 -0
  26. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/version_resolver.py +189 -0
  27. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/vulnerability_scanner.py +545 -0
  28. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/src/documentation_search_enhanced/web_scraper.py +117 -0
  29. iflow_mcp_anton_prosterity_documentation_search_enhanced-1.9.0/website/README.md +84 -0
@@ -0,0 +1,27 @@
1
+ # Python-generated files
2
+ __pycache__/
3
+ *.py[oc]
4
+ build/
5
+ dist/
6
+ wheels/
7
+ *.egg-info
8
+
9
+ # Virtual environments
10
+ .venv
11
+ .env
12
+
13
+ # Local documentation files (not tracked in git)
14
+ COMPETITIVE_ANALYSIS.md
15
+ COMPETITIVE_STRATEGY.pdf
16
+ CURSOR_COMMUNITY_POST.md
17
+ DEMO_VIDEO_SCRIPT.md
18
+ DYNAMIC_CONFIG_ANALYSIS.md
19
+ HYBRID_SETUP_GUIDE.md
20
+ TECHNICAL_DEEP_DIVE.md
21
+ TEST_CURSOR_INTEGRATION.md
22
+ COMPETITIVE_STRATEGY.md
23
+
24
+ # Generated docs site index assets
25
+ docs_site_index.json
26
+ docs_site_index.json.gz
27
+ docs_site_index.json.docs_site_index.json.gz
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Anton Mishel
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,195 @@
1
+ Metadata-Version: 2.4
2
+ Name: iflow-mcp_anton-prosterity-documentation-search-enhanced
3
+ Version: 1.9.0
4
+ Summary: Enhanced MCP server for searching documentation with OSINT vulnerability scanning, security analysis, and AWS-style deployment
5
+ Project-URL: Homepage, https://github.com/anton-prosterity/documentation-search-mcp
6
+ Project-URL: Repository, https://github.com/anton-prosterity/documentation-search-mcp
7
+ Project-URL: Issues, https://github.com/anton-prosterity/documentation-search-mcp/issues
8
+ Author-email: Anton Mishel <your-email@example.com>
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Keywords: ai,assistant,documentation,fastapi,langchain,mcp,osint,osv,search,security,vulnerability
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
19
+ Classifier: Topic :: Software Development :: Documentation
20
+ Requires-Python: >=3.12
21
+ Requires-Dist: beautifulsoup4>=4.13.4
22
+ Requires-Dist: httpx>=0.28.1
23
+ Requires-Dist: mcp[cli]>=1.23.0
24
+ Requires-Dist: playwright>=1.40.0
25
+ Requires-Dist: pydantic>=2.0
26
+ Requires-Dist: python-dotenv>=1.0.0
27
+ Requires-Dist: pyyaml>=6.0.1
28
+ Provides-Extra: dev
29
+ Requires-Dist: black>=23.0.0; extra == 'dev'
30
+ Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
31
+ Requires-Dist: pytest>=7.0.0; extra == 'dev'
32
+ Requires-Dist: ruff>=0.1.0; extra == 'dev'
33
+ Requires-Dist: twine>=4.0.0; extra == 'dev'
34
+ Provides-Extra: vector
35
+ Requires-Dist: faiss-cpu>=1.7.4; extra == 'vector'
36
+ Requires-Dist: numpy>=1.24.0; extra == 'vector'
37
+ Requires-Dist: sentence-transformers>=2.2.0; extra == 'vector'
38
+ Description-Content-Type: text/markdown
39
+
40
+ # Documentation Search MCP Server
41
+
42
+ [![CI](https://github.com/antonmishel/documentation-search-mcp/workflows/CI%20-%20Test%20&%20Quality/badge.svg)](https://github.com/antonmishel/documentation-search-mcp/actions/workflows/ci.yml)
43
+ [![Security Scan](https://github.com/antonmishel/documentation-search-mcp/workflows/Security%20Scan/badge.svg)](https://github.com/antonmishel/documentation-search-mcp/actions/workflows/security.yml)
44
+ [![PyPI version](https://badge.fury.io/py/documentation-search-enhanced.svg)](https://pypi.org/project/documentation-search-enhanced/)
45
+ [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
46
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
47
+
48
+ MCP server for searching documentation, scanning dependencies for vulnerabilities, and generating project boilerplate. Works with Claude Desktop, Cursor, and other MCP clients.
49
+
50
+ **📚 [Read the comprehensive tutorial](TUTORIAL.md)** for detailed examples and workflows.
51
+
52
+ ## Features
53
+
54
+ - Search 190+ curated documentation sources with optional semantic vector search
55
+ - Scan Python projects for vulnerabilities (Snyk, Safety, OSV)
56
+ - Generate FastAPI and React project starters
57
+ - Learning paths and code examples
58
+
59
+ ## Installation
60
+
61
+ ```bash
62
+ # Recommended: use uvx (install uv from https://docs.astral.sh/uv)
63
+ uvx documentation-search-enhanced@1.9.0
64
+
65
+ # Or with pip in a virtual environment
66
+ pip install documentation-search-enhanced==1.9.0
67
+
68
+ # Optional: AI semantic search (Python 3.12 only, adds ~600MB)
69
+ pip install documentation-search-enhanced[vector]==1.9.0
70
+ ```
71
+
72
+ ## Configuration
73
+
74
+ ### Claude Desktop
75
+
76
+ Find your uvx path: `which uvx`
77
+
78
+ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
79
+
80
+ ```json
81
+ {
82
+ "mcpServers": {
83
+ "documentation-search-enhanced": {
84
+ "command": "/Users/yourusername/.local/bin/uvx",
85
+ "args": ["documentation-search-enhanced@1.9.0"],
86
+ "env": {
87
+ "SERPER_API_KEY": "optional_key_here"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ ```
93
+
94
+ Replace `/Users/yourusername/.local/bin/uvx` with your actual uvx path.
95
+
96
+ ### Codex CLI
97
+
98
+ ```bash
99
+ # Find your uvx path first
100
+ which uvx
101
+
102
+ # Then add with full path (replace with your actual path)
103
+ codex mcp add documentation-search-enhanced \
104
+ -- /Users/yourusername/.local/bin/uvx documentation-search-enhanced@1.9.0
105
+
106
+ # Or if uvx is in PATH:
107
+ codex mcp add documentation-search-enhanced \
108
+ -- uvx documentation-search-enhanced@1.9.0
109
+ ```
110
+
111
+ **With SERPER API Key** (enables live web search):
112
+ ```bash
113
+ codex mcp add documentation-search-enhanced \
114
+ --env SERPER_API_KEY=your_key_here \
115
+ -- /Users/yourusername/.local/bin/uvx documentation-search-enhanced@1.9.0
116
+ ```
117
+
118
+ **Without SERPER API Key** (uses prebuilt index from GitHub Releases):
119
+ ```bash
120
+ codex mcp add documentation-search-enhanced \
121
+ -- /Users/yourusername/.local/bin/uvx documentation-search-enhanced@1.9.0
122
+ ```
123
+
124
+ If you get a timeout on first run, pre-download dependencies:
125
+ ```bash
126
+ uvx documentation-search-enhanced@1.9.0
127
+ ```
128
+
129
+ ### Environment Variables
130
+
131
+ - `SERPER_API_KEY` - Optional. Enables live web search. Without it, uses prebuilt index from GitHub Releases.
132
+ - `DOCS_SITE_INDEX_AUTO_DOWNLOAD` - Set to `false` to disable automatic index downloads
133
+ - `DOCS_SITE_INDEX_PATH` - Custom path for documentation index
134
+
135
+ Set `server_config.features.real_time_search=false` in your config to disable live crawling.
136
+
137
+ ## Semantic Search (Optional)
138
+
139
+ The `[vector]` extra adds semantic search using sentence-transformers (all-MiniLM-L6-v2) with hybrid reranking:
140
+
141
+ - 50% semantic similarity (cosine)
142
+ - 30% keyword matching
143
+ - 20% source authority
144
+
145
+ Only works on Python 3.12 (PyTorch limitation). Python 3.13 users get keyword-based search.
146
+
147
+ To disable vector search even when installed:
148
+ ```python
149
+ semantic_search(query="FastAPI auth", libraries=["fastapi"], use_vector_rerank=False)
150
+ ```
151
+
152
+ ## Available Tools
153
+
154
+ Core MCP tools:
155
+ - `semantic_search` - Search documentation
156
+ - `get_docs` - Fetch specific documentation
157
+ - `get_learning_path` - Generate learning roadmap
158
+ - `get_code_examples` - Find code snippets
159
+ - `scan_project_dependencies` - Vulnerability scan
160
+ - `snyk_scan_project` - Detailed Snyk analysis
161
+ - `generate_project_starter` - Create project boilerplate
162
+ - `manage_dev_environment` - Generate docker-compose files
163
+ - `compare_library_security` - Compare library vulnerabilities
164
+
165
+ ## Development
166
+
167
+ ```bash
168
+ git clone https://github.com/anton-prosterity/documentation-search-mcp.git
169
+ cd documentation-search-mcp
170
+ uv sync --all-extras
171
+ uv run python -m documentation_search_enhanced.main
172
+ ```
173
+
174
+ ### Testing
175
+
176
+ ```bash
177
+ uv run pytest --ignore=pytest-test-project # Core tests
178
+ uv run ruff check src # Linting
179
+ uv run ruff format src --check # Format check
180
+ ```
181
+
182
+ ### Configuration
183
+
184
+ Use the `get_current_config` tool to export current settings to `config.json`. Validate with:
185
+ ```bash
186
+ uv run python src/documentation_search_enhanced/config_validator.py
187
+ ```
188
+
189
+ ## Contributing
190
+
191
+ See `CONTRIBUTING.md` for guidelines. Use Conventional Commits for commit messages.
192
+
193
+ ## License
194
+
195
+ MIT License - see `LICENSE` for details.
@@ -0,0 +1,156 @@
1
+ # Documentation Search MCP Server
2
+
3
+ [![CI](https://github.com/antonmishel/documentation-search-mcp/workflows/CI%20-%20Test%20&%20Quality/badge.svg)](https://github.com/antonmishel/documentation-search-mcp/actions/workflows/ci.yml)
4
+ [![Security Scan](https://github.com/antonmishel/documentation-search-mcp/workflows/Security%20Scan/badge.svg)](https://github.com/antonmishel/documentation-search-mcp/actions/workflows/security.yml)
5
+ [![PyPI version](https://badge.fury.io/py/documentation-search-enhanced.svg)](https://pypi.org/project/documentation-search-enhanced/)
6
+ [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+
9
+ MCP server for searching documentation, scanning dependencies for vulnerabilities, and generating project boilerplate. Works with Claude Desktop, Cursor, and other MCP clients.
10
+
11
+ **📚 [Read the comprehensive tutorial](TUTORIAL.md)** for detailed examples and workflows.
12
+
13
+ ## Features
14
+
15
+ - Search 190+ curated documentation sources with optional semantic vector search
16
+ - Scan Python projects for vulnerabilities (Snyk, Safety, OSV)
17
+ - Generate FastAPI and React project starters
18
+ - Learning paths and code examples
19
+
20
+ ## Installation
21
+
22
+ ```bash
23
+ # Recommended: use uvx (install uv from https://docs.astral.sh/uv)
24
+ uvx documentation-search-enhanced@1.9.0
25
+
26
+ # Or with pip in a virtual environment
27
+ pip install documentation-search-enhanced==1.9.0
28
+
29
+ # Optional: AI semantic search (Python 3.12 only, adds ~600MB)
30
+ pip install documentation-search-enhanced[vector]==1.9.0
31
+ ```
32
+
33
+ ## Configuration
34
+
35
+ ### Claude Desktop
36
+
37
+ Find your uvx path: `which uvx`
38
+
39
+ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
40
+
41
+ ```json
42
+ {
43
+ "mcpServers": {
44
+ "documentation-search-enhanced": {
45
+ "command": "/Users/yourusername/.local/bin/uvx",
46
+ "args": ["documentation-search-enhanced@1.9.0"],
47
+ "env": {
48
+ "SERPER_API_KEY": "optional_key_here"
49
+ }
50
+ }
51
+ }
52
+ }
53
+ ```
54
+
55
+ Replace `/Users/yourusername/.local/bin/uvx` with your actual uvx path.
56
+
57
+ ### Codex CLI
58
+
59
+ ```bash
60
+ # Find your uvx path first
61
+ which uvx
62
+
63
+ # Then add with full path (replace with your actual path)
64
+ codex mcp add documentation-search-enhanced \
65
+ -- /Users/yourusername/.local/bin/uvx documentation-search-enhanced@1.9.0
66
+
67
+ # Or if uvx is in PATH:
68
+ codex mcp add documentation-search-enhanced \
69
+ -- uvx documentation-search-enhanced@1.9.0
70
+ ```
71
+
72
+ **With SERPER API Key** (enables live web search):
73
+ ```bash
74
+ codex mcp add documentation-search-enhanced \
75
+ --env SERPER_API_KEY=your_key_here \
76
+ -- /Users/yourusername/.local/bin/uvx documentation-search-enhanced@1.9.0
77
+ ```
78
+
79
+ **Without SERPER API Key** (uses prebuilt index from GitHub Releases):
80
+ ```bash
81
+ codex mcp add documentation-search-enhanced \
82
+ -- /Users/yourusername/.local/bin/uvx documentation-search-enhanced@1.9.0
83
+ ```
84
+
85
+ If you get a timeout on first run, pre-download dependencies:
86
+ ```bash
87
+ uvx documentation-search-enhanced@1.9.0
88
+ ```
89
+
90
+ ### Environment Variables
91
+
92
+ - `SERPER_API_KEY` - Optional. Enables live web search. Without it, uses prebuilt index from GitHub Releases.
93
+ - `DOCS_SITE_INDEX_AUTO_DOWNLOAD` - Set to `false` to disable automatic index downloads
94
+ - `DOCS_SITE_INDEX_PATH` - Custom path for documentation index
95
+
96
+ Set `server_config.features.real_time_search=false` in your config to disable live crawling.
97
+
98
+ ## Semantic Search (Optional)
99
+
100
+ The `[vector]` extra adds semantic search using sentence-transformers (all-MiniLM-L6-v2) with hybrid reranking:
101
+
102
+ - 50% semantic similarity (cosine)
103
+ - 30% keyword matching
104
+ - 20% source authority
105
+
106
+ Only works on Python 3.12 (PyTorch limitation). Python 3.13 users get keyword-based search.
107
+
108
+ To disable vector search even when installed:
109
+ ```python
110
+ semantic_search(query="FastAPI auth", libraries=["fastapi"], use_vector_rerank=False)
111
+ ```
112
+
113
+ ## Available Tools
114
+
115
+ Core MCP tools:
116
+ - `semantic_search` - Search documentation
117
+ - `get_docs` - Fetch specific documentation
118
+ - `get_learning_path` - Generate learning roadmap
119
+ - `get_code_examples` - Find code snippets
120
+ - `scan_project_dependencies` - Vulnerability scan
121
+ - `snyk_scan_project` - Detailed Snyk analysis
122
+ - `generate_project_starter` - Create project boilerplate
123
+ - `manage_dev_environment` - Generate docker-compose files
124
+ - `compare_library_security` - Compare library vulnerabilities
125
+
126
+ ## Development
127
+
128
+ ```bash
129
+ git clone https://github.com/anton-prosterity/documentation-search-mcp.git
130
+ cd documentation-search-mcp
131
+ uv sync --all-extras
132
+ uv run python -m documentation_search_enhanced.main
133
+ ```
134
+
135
+ ### Testing
136
+
137
+ ```bash
138
+ uv run pytest --ignore=pytest-test-project # Core tests
139
+ uv run ruff check src # Linting
140
+ uv run ruff format src --check # Format check
141
+ ```
142
+
143
+ ### Configuration
144
+
145
+ Use the `get_current_config` tool to export current settings to `config.json`. Validate with:
146
+ ```bash
147
+ uv run python src/documentation_search_enhanced/config_validator.py
148
+ ```
149
+
150
+ ## Contributing
151
+
152
+ See `CONTRIBUTING.md` for guidelines. Use Conventional Commits for commit messages.
153
+
154
+ ## License
155
+
156
+ MIT License - see `LICENSE` for details.
@@ -0,0 +1,87 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "iflow-mcp_anton-prosterity-documentation-search-enhanced"
7
+ version = "1.9.0"
8
+ description = "Enhanced MCP server for searching documentation with OSINT vulnerability scanning, security analysis, and AWS-style deployment"
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ requires-python = ">=3.12"
12
+ authors = [
13
+ { name = "Anton Mishel", email = "your-email@example.com" },
14
+ ]
15
+ keywords = ["mcp", "documentation", "search", "fastapi", "langchain", "ai", "assistant", "security", "vulnerability", "osint", "osv"]
16
+ classifiers = [
17
+ "Development Status :: 4 - Beta",
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: MIT License",
20
+ "Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
+ "Topic :: Software Development :: Documentation",
24
+ "Topic :: Internet :: WWW/HTTP :: Indexing/Search",
25
+ ]
26
+
27
+ dependencies = [
28
+ "beautifulsoup4>=4.13.4",
29
+ "httpx>=0.28.1",
30
+ "mcp[cli]>=1.23.0",
31
+ "python-dotenv>=1.0.0",
32
+ "PyYAML>=6.0.1",
33
+ "playwright>=1.40.0",
34
+ "pydantic>=2.0",
35
+ ]
36
+
37
+ [project.urls]
38
+ Homepage = "https://github.com/anton-prosterity/documentation-search-mcp"
39
+ Repository = "https://github.com/anton-prosterity/documentation-search-mcp"
40
+ Issues = "https://github.com/anton-prosterity/documentation-search-mcp/issues"
41
+
42
+ [project.scripts]
43
+ iflow-mcp_anton-prosterity-documentation-search-enhanced = "documentation_search_enhanced.main:main"
44
+
45
+ [project.optional-dependencies]
46
+ vector = [
47
+ "sentence-transformers>=2.2.0",
48
+ "faiss-cpu>=1.7.4",
49
+ "numpy>=1.24.0",
50
+ ]
51
+ dev = [
52
+ "pytest>=7.0.0",
53
+ "pytest-asyncio>=0.21.0",
54
+ "black>=23.0.0",
55
+ "ruff>=0.1.0",
56
+ "twine>=4.0.0",
57
+ ]
58
+
59
+ [tool.hatch.build.targets.wheel]
60
+ packages = ["src/documentation_search_enhanced"]
61
+
62
+ [tool.hatch.build.targets.sdist]
63
+ include = [
64
+ "src/documentation_search_enhanced",
65
+ "config.json",
66
+ "README.md",
67
+ "LICENSE",
68
+ ]
69
+
70
+ [dependency-groups]
71
+ dev = [
72
+ "twine>=6.1.0",
73
+ ]
74
+
75
+ [tool.pytest.ini_options]
76
+ minversion = "7.0"
77
+ addopts = "-ra"
78
+ norecursedirs = [
79
+ ".git",
80
+ ".venv",
81
+ ".uv-cache",
82
+ "build",
83
+ "dist",
84
+ "pytest-test-project",
85
+ "samples",
86
+ "my-test-fastapi-app",
87
+ ]
@@ -0,0 +1,10 @@
1
+ # pytest-test-project
2
+
3
+ A new FastAPI project generated by Documentation Search Enhanced MCP.
4
+
5
+ ## To run:
6
+ 1. `uv pip sync`
7
+ 2. `uv run uvicorn main:app --reload`
8
+
9
+ ## To test:
10
+ `uv run pytest`