2.1 #2

Merged
rune merged 10 commits from 2.1 into main 2026-02-03 09:02:44 +01:00
Showing only changes of commit a0ed0eaaf0 - Show all commits

2
oai.py
View File

@@ -48,7 +48,7 @@ except ImportError:
print("Warning: MCP library not found. Install with: pip install mcp") print("Warning: MCP library not found. Install with: pip install mcp")
# App version # App version
version = '2.1.0-RC1' version = '2.1.0-RC2'
app = typer.Typer() app = typer.Typer()