Skip to content

Commit b210721

Browse files
committed
docs: rewrite DEPLOYMENT.md — no-Docker deployment, Copilot Studio step-by-step, auth guide
- Restructured: Option A (Python + reverse proxy) is now primary, Docker moved to Option C - Added Option B: Windows Service via NSSM for corporate IT - Added Option D: Azure App Service (Python runtime, no Docker) - New dedicated Copilot Studio section with all 4 required fields (Server name, Server description, Server URL, Authentication) - New Authentication section: None, API Key (Caddy/nginx configs), OAuth 2.0 (Azure AD/Entra ID with full app registration steps) - Added IIS reverse proxy configuration for Windows Server environments - New Troubleshooting section for common deployment issues - Updated README.md enterprise-ready bullet to mention non-Docker option
1 parent e262e65 commit b210721

File tree

3 files changed

+418
-88
lines changed

3 files changed

+418
-88
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ Thumbs.db
7171
mcp-publisher.exe
7272
mcp-publisher
7373
.mcpregistry_*
74+
75+
rag_result.txt

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This project is built around the **Model Context Protocol (MCP)** — an open st
8282
- **🔌 Plug-and-play** — Add new analysis tools (thermography, oil analysis, acoustics) as simple Python functions — the LLM discovers them automatically
8383
- **🔒 Local processing** — Raw signals never leave your machine; only computed results (peaks, RMS, diagnoses) flow to the LLM. Use a [local LLM](https://ollama.com/) for full air-gapped privacy
8484
- **🤖 LLM-agnostic** — Works with Claude, ChatGPT, **Microsoft Copilot Studio**, or any MCP-compatible client
85-
- **🌐 Enterprise-ready** — Deploy as HTTPS server (SSE transport) for corporate environments with Docker + auto-TLS
85+
- **🌐 Enterprise-ready** — Deploy as HTTPS server (SSE transport) for corporate environments [with or without Docker](docs/DEPLOYMENT.md)
8686
- **🧱 Modular** — Use only the tools you need, extend with your own
8787

8888
---
@@ -262,7 +262,7 @@ docker compose up -d
262262
```
263263

264264
📖 **Detailed Installation Guide**: See [INSTALL.md](INSTALL.md) for troubleshooting and advanced setup.
265-
📖 **HTTPS Deployment**: See [DEPLOYMENT.md](docs/DEPLOYMENT.md) for enterprise deployment with TLS.
265+
📖 **HTTPS Deployment & Copilot Studio**: See [DEPLOYMENT.md](docs/DEPLOYMENT.md) for enterprise deployment (with or without Docker), Microsoft Copilot Studio connection, and authentication setup.
266266

267267
---
268268

0 commit comments

Comments
 (0)