Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MCP server dependencies — supplements the root requirements.txt.
# Install both to use the AI assistant integration:
# pip install -r requirements.txt -r mcp/requirements.txt
mcp[cli]>=1.0.0
mcp[cli]>=1.27.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [

[project.optional-dependencies]
# AI assistant integration via MCP servers (Claude Code, Claude Desktop, kiro-cli)
mcp = ["mcp[cli]>=1.0.0"]
mcp = ["mcp[cli]>=1.27.0"]

# NLP-enhanced ticket classification (spaCy dependency parsing, NER)
nlp = [
Expand All @@ -35,7 +35,7 @@ offline-enrichment = [

# Everything
all = [
"mcp[cli]>=1.0.0",
"mcp[cli]>=1.27.0",
"spacy>=3.7",
"pyasn>=1.6.2",
]
Expand Down
Loading