Skip to content

Commit 722d34f

Browse files
committed
Enhance MCP pages with new modify and test routes, add back navigation links, and update MCPCard links for improved user experience. Introduce new AI models in models.ts for expanded functionality.
1 parent 4b5b753 commit 722d34f

7 files changed

Lines changed: 561 additions & 525 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"db:check": "drizzle-kit check"
2222
},
2323
"dependencies": {
24-
"@ai-sdk/anthropic": "^1.2.9",
25-
"@ai-sdk/google": "^1.2.10",
26-
"@ai-sdk/openai": "^1.3.10",
27-
"@ai-sdk/react": "^1.2.8",
28-
"@ai-sdk/xai": "^1.2.11",
24+
"@ai-sdk/anthropic": "^1.2.10",
25+
"@ai-sdk/google": "^1.2.11",
26+
"@ai-sdk/openai": "^1.3.12",
27+
"@ai-sdk/react": "^1.2.9",
28+
"@ai-sdk/xai": "^1.2.13",
2929
"@libsql/client": "^0.15.3",
3030
"@modelcontextprotocol/sdk": "^1.9.0",
3131
"@radix-ui/react-avatar": "^1.1.4",
@@ -42,7 +42,7 @@
4242
"@radix-ui/react-switch": "^1.1.4",
4343
"@radix-ui/react-toggle": "^1.1.3",
4444
"@radix-ui/react-tooltip": "^1.2.0",
45-
"ai": "^4.3.5",
45+
"ai": "^4.3.6",
4646
"chokidar": "^4.0.3",
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
@@ -52,7 +52,7 @@
5252
"dotenv": "^16.5.0",
5353
"drizzle-orm": "^0.41.0",
5454
"fast-deep-equal": "^3.1.3",
55-
"framer-motion": "^12.6.5",
55+
"framer-motion": "^12.7.2",
5656
"hast-util-to-jsx-runtime": "^2.3.6",
5757
"lucide-react": "^0.486.0",
5858
"nanoid": "^5.1.5",
@@ -76,15 +76,15 @@
7676
},
7777
"devDependencies": {
7878
"@biomejs/biome": "1.9.4",
79-
"@tailwindcss/postcss": "^4.1.3",
79+
"@tailwindcss/postcss": "^4.1.4",
8080
"@types/node": "^20.17.30",
81-
"@types/pg": "^8.11.12",
82-
"@types/react": "^19.1.1",
81+
"@types/pg": "^8.11.13",
82+
"@types/react": "^19.1.2",
8383
"@types/react-dom": "^19.1.2",
8484
"drizzle-kit": "^0.30.6",
8585
"eslint": "^9.24.0",
8686
"eslint-config-next": "15.3.0",
87-
"tailwindcss": "^4.1.3",
87+
"tailwindcss": "^4.1.4",
8888
"tsx": "^4.19.3",
8989
"typescript": "^5.8.3",
9090
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)