switch to fastmcp

This commit is contained in:
ssalbdivad
2025-10-15 17:24:29 -04:00
parent d03debab4b
commit 757d336475
5 changed files with 87 additions and 89 deletions
-2
View File
@@ -1,8 +1,6 @@
/**
* Simple MCP configuration helper for adding our minimal GitHub comment server
*/
// const actionPath = process.env.GITHUB_ACTION_PATH || process.cwd();
import { fromHere } from "@ark/fs";
const actionPath = fromHere("..");