chore(relay): scaffold tools/relay with MCP SDK dep

This commit is contained in:
adlee-was-taken
2026-05-02 17:15:46 -04:00
parent c0921b134d
commit 6d8f699fcb
4 changed files with 1729 additions and 0 deletions

10
tools/relay/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"noEmit": true
},
"include": ["*.ts"]
}