• Joined on 2024-08-30
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:11:12 -06:00
88bf8a60d5 fix: improve input validation, error logging, and env var handling
b3nw synced commits to feature/proxy-host-creation at b3nw/nginx-proxy-manager-mcp from mirror 2025-12-24 17:15:48 -06:00
b3nw synced new reference feature/proxy-host-creation to b3nw/nginx-proxy-manager-mcp from mirror 2025-12-24 17:15:48 -06:00
b3nw synced commits to main at b3nw/nginx-proxy-manager-mcp from mirror 2025-12-24 17:15:48 -06:00
15b2876d7b chore: Update version to 0.0.2
52eb484432 feat: Add proxy host creation and access list tools (#1)
Compare 2 commits »
b3nw synced commits to refs/tags/v0.0.2 at b3nw/nginx-proxy-manager-mcp from mirror 2025-12-24 17:15:48 -06:00
b3nw synced new reference refs/tags/v0.0.2 to b3nw/nginx-proxy-manager-mcp from mirror 2025-12-24 17:15:48 -06:00
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 15:48:37 -06:00
e462c31907 fix: remove try-except blocks from MCP tools to allow auth-retry decorator to work
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 15:42:39 -06:00
1e8d484389 fix: copy src directory before pip install
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 15:41:08 -06:00
1d2bf199e1 fix: update Dockerfile to use pyproject.toml for dependencies
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 09:45:47 -06:00
6fc09d956f feat: add automatic re-authentication with MFA support
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 23:20:32 -06:00
27ef7f0e1e fix: add optional reason parameter to all tools for MCP compatibility
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 23:10:39 -06:00
1210cbf6d2 fix: use correct Starlette mount pattern for MCP SSE routing
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 23:03:08 -06:00
65c79efc60 refactor: use simplified FastMCP app pattern with health check
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:56:34 -06:00
92fa2c3f11 refactor: mount FastMCP app at root and retain /health for compatibility
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:55:07 -06:00
ebb571a7a6 refactor: mount FastMCP app at /mcp and re-add /health to root for compatibility
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:52:26 -06:00
df492c8bb4 refactor: simplify ASGI app setup by mounting FastMCP app at root
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:52:19 -06:00
8fc4312685 refactor: mount FastMCP app at / and remove health_check from root to avoid overlap
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:50:50 -06:00
748cc5c711 fix: mount FastMCP app at /mcp to correctly route SSE traffic
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:48:20 -06:00
75ba3433e8 refactor: use FastMCP.http_app() for robust SSE and health check support
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-23 22:43:07 -06:00
177832053f fix: refactor handle_sse to standard ASGI to avoid Starlette TypeError