Skip to content

Commit 4cbf5ec

Browse files
committed
chore: update docs and website
1 parent a5ab47c commit 4cbf5ec

3 files changed

Lines changed: 10 additions & 23 deletions

File tree

docs/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ sidebar_position: 1
1717
- [Protocols](#protocols)
1818
- [Migrations](#migrations)
1919
- [Telemetry](#telemetry)
20+
- [AI Assistants](#ai-assistants)
2021

2122
<!-- tocstop -->
2223

@@ -63,10 +64,5 @@ Get an overview of how to contribute to the project
6364
### [Telemetry](./telemetry.md)
6465
Get an overview of how telemetry works for this project
6566

66-
67-
68-
69-
70-
71-
72-
67+
### [AI Assistants](./ai-assistants.md)
68+
Connect AI assistants like Claude Code, Cursor, and Windsurf to The Codegen Project via MCP (Model Context Protocol) for intelligent code generation assistance.

website/next.config.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

website/vercel.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"buildCommand": "npm run build",
44
"outputDirectory": "build",
55
"installCommand": "npm install",
6-
"framework": "docusaurus-2"
6+
"framework": "docusaurus-2",
7+
"rewrites": [
8+
{
9+
"source": "/api/mcp",
10+
"destination": "https://the-codegen-project-pc9xv8h9a-jonas-lagonis-projects.vercel.app/api/mcp"
11+
}
12+
]
713
}

0 commit comments

Comments
 (0)