mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
feat: Add env support + small fixes
This commit is contained in:
@@ -9,7 +9,7 @@ import type {
|
||||
EvaluateToolMCPOutput,
|
||||
GetSectionContentMCPOutput,
|
||||
SearchSpecMCPOutput,
|
||||
} from "../../mcp-server.js";
|
||||
} from "../../mcp-server-stdio.js";
|
||||
|
||||
async function testMCPServer() {
|
||||
console.log("Starting MCP Server tests...\n");
|
||||
@@ -17,7 +17,7 @@ async function testMCPServer() {
|
||||
// Create transport connecting to the server
|
||||
const transport = new StdioClientTransport({
|
||||
command: "bun",
|
||||
args: ["run", "src/mcp-server.ts"],
|
||||
args: ["run", "src/mcp-server-stdio.ts"],
|
||||
});
|
||||
|
||||
// Create client
|
||||
|
||||
Reference in New Issue
Block a user