feat: create repository skeleton

This commit is contained in:
2026-06-09 17:35:30 +01:00
parent 56fb7417ea
commit 680ad98e10
30 changed files with 59 additions and 3 deletions
+25
View File
@@ -0,0 +1,25 @@
# ChatGPT MCP Server
A local MCP server that allows Claude Code to ask ChatGPT for focused second-opinion help.
## Purpose
ChatGPT acts as a reviewer, planner, debugging assistant, and architecture advisor.
Claude Code remains the primary coding agent with full control over files, commands, and decisions.
## Non-Goals
The server must not:
- Modify files
- Run shell commands
- Access Git automatically
- Deploy anything
- Send whole repositories by default
- Send secrets
- Make autonomous decisions
## Status
Phase 0 complete — repository skeleton created.
Implementation in progress.