Skip to content

Commit 754f978

Browse files
authored
Merge branch 'main' into fix/mcp-oauth-session-recovery
2 parents 8d29511 + e65be9f commit 754f978

4 files changed

Lines changed: 576 additions & 553 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> [!WARNING]
2+
> The author of this project has paused development until February, however, I (@brrock) will try and address vulnerabilities and issues. If you are contributing, you might have to wait until development continues.
13
<img width="1184" height="576" alt="thumbnail" loading="lazy" src="https://github.com/user-attachments/assets/d6ba80ff-a62a-4920-b266-85c4a89d6076" />
24
35
[![MCP Supported](https://img.shields.io/badge/MCP-Supported-00c853)](https://modelcontextprotocol.io/introduction)

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@
105105
"lucide-react": "^0.486.0",
106106
"mermaid": "^11.12.2",
107107
"nanoid": "^5.1.6",
108-
"next": "16.0.7",
109-
"next-intl": "^4.6.1",
108+
"next": "16.1.6",
109+
"next-intl": "^4.8.1",
110110
"next-themes": "^0.4.6",
111111
"ogl": "^1.0.11",
112112
"ollama-ai-provider-v2": "^1.5.5",
113113
"pg": "^8.16.3",
114-
"react": "^19.2.3",
115-
"react-dom": "^19.2.3",
114+
"react": "^19.2.4",
115+
"react-dom": "^19.2.4",
116116
"react-markdown": "^10.1.0",
117117
"react-resizable-panels": "^2.1.9",
118118
"recharts": "^2.15.4",
@@ -156,7 +156,10 @@
156156
"vitest": "^3.2.4"
157157
},
158158
"lint-staged": {
159-
"*.{js,json,mjs,ts,yaml,tsx,css}": ["pnpm format", "pnpm lint:fix"]
159+
"*.{js,json,mjs,ts,yaml,tsx,css}": [
160+
"pnpm format",
161+
"pnpm lint:fix"
162+
]
160163
},
161164
"packageManager": "pnpm@10.2.1",
162165
"engines": {

0 commit comments

Comments
 (0)