mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
- Move fastmcp from core requirements.txt to mcp-requirements.txt - Add MCP_AVAILABLE feature flag in agent/__init__.py (graceful degradation) - Guard MCP imports/registration in server.py and tasks.py - Replace ai-copilot/mcp/ai-support extras with single ai-features extra - Add stub MCP routes returning 501 when MCP is not installed - Add gns3server-uninstall-ai-features CLI command - Remove old gns3server-uninstall-ai-copilot command - Update all error messages and docs to reference ai-features Closes #2794
9 lines
420 B
Plaintext
9 lines
420 B
Plaintext
# ==============================================================================
|
|
# GNS3 MCP (Model Context Protocol) Service Dependencies
|
|
# ==============================================================================
|
|
# Install with: pip install gns3-server[ai-features]
|
|
# Or directly: pip install -r mcp-requirements.txt
|
|
# ==============================================================================
|
|
|
|
fastmcp>=3.4.0
|