your-docs-server 1.0.0__py3-none-any.whl
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.
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: your-docs-server
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Full-featured documentation server with MCP, web UI, and REST API — convenience install for your-docs-mcp
|
|
5
|
+
Author: MCP Contributors
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/esola-thomas/your-docs-mcp
|
|
8
|
+
Project-URL: Repository, https://github.com/esola-thomas/your-docs-mcp
|
|
9
|
+
Project-URL: Main Package, https://pypi.org/project/your-docs-mcp/
|
|
10
|
+
Project-URL: Issue Tracker, https://github.com/esola-thomas/your-docs-mcp/issues
|
|
11
|
+
Keywords: mcp,documentation,server,web,fastapi
|
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Requires-Python: >=3.10
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
Requires-Dist: your-docs-mcp[server]>=0.1.0
|
|
22
|
+
|
|
23
|
+
# your-docs-server
|
|
24
|
+
|
|
25
|
+
Full-featured documentation server with MCP protocol support, server-rendered web UI, and REST API.
|
|
26
|
+
|
|
27
|
+
This is a convenience meta-package that installs [`your-docs-mcp`](https://pypi.org/project/your-docs-mcp/) with the `[server]` extras (MCP + web server + OpenAPI support).
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
pip install your-docs-server
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
This is equivalent to:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
pip install "your-docs-mcp[server]"
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Quick Start
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
# Point to your markdown documentation
|
|
45
|
+
export DOCS_ROOT=/path/to/your/docs
|
|
46
|
+
|
|
47
|
+
# Start the server (MCP + Web UI)
|
|
48
|
+
your-docs-server
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
The web UI is available at `http://127.0.0.1:8123/docs/` with:
|
|
52
|
+
- Server-rendered documentation pages with full SEO support
|
|
53
|
+
- Search with keyword + semantic matching
|
|
54
|
+
- Dark/light theme toggle
|
|
55
|
+
- Mobile-responsive layout
|
|
56
|
+
- REST API at `/api/*`
|
|
57
|
+
- MCP protocol via SSE at `/sse`
|
|
58
|
+
|
|
59
|
+
## Other Install Flavors
|
|
60
|
+
|
|
61
|
+
| Command | What you get |
|
|
62
|
+
|---------|-------------|
|
|
63
|
+
| `pip install your-docs-mcp` | MCP server only (for Claude Desktop, VS Code) |
|
|
64
|
+
| `pip install your-docs-server` | Full server (MCP + Web UI + REST API) |
|
|
65
|
+
| `pip install "your-docs-mcp[full]"` | Everything (+ vector search + PDF generation) |
|
|
66
|
+
|
|
67
|
+
For full documentation, configuration, and API reference, see the [main project repository](https://github.com/esola-thomas/your-docs-mcp).
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
your_docs_server-1.0.0.dist-info/METADATA,sha256=StD0vVoAJTQA_k_dcrh3fE4Y4A6dcqV778Gca1ML03c,2320
|
|
2
|
+
your_docs_server-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
3
|
+
your_docs_server-1.0.0.dist-info/entry_points.txt,sha256=5KvxI9vs9Nt1KEv0aWHLqxxRtXuKFMtVwagrzeZmgow,60
|
|
4
|
+
your_docs_server-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
your_docs_server-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|