12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"name": "chatgpt-mcp",
|
|
"version": "0.1.0",
|
|
"description": "A local MCP server that allows Claude Code to ask ChatGPT for focused second-opinion help.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "echo \"No tests yet\""
|
|
}
|
|
}
|