Skip to content

Commit 8e727f0

Browse files
committed
refactor: split up project
1 parent cd0cbfe commit 8e727f0

File tree

8 files changed

+3638
-1797
lines changed

8 files changed

+3638
-1797
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"author": "Frank Fiegel <frank@glama.ai>",
2020
"license": "MIT",
2121
"description": "A TypeScript SSE proxy for MCP servers that use stdio transport.",
22-
"module": "dist/MCPProxy.js",
23-
"types": "dist/MCPProxy.d.ts",
22+
"module": "dist/index.js",
23+
"types": "dist/index.d.ts",
2424
"dependencies": {
2525
"@modelcontextprotocol/sdk": "^1.6.0",
2626
"eventsource": "^3.0.5",

0 commit comments

Comments
 (0)