Update project configuration: rename package, enhance description, and update SDK imports to specific versions. Remove unused test utilities.

This commit is contained in:
Minoru Mizutani 2025-04-29 13:48:59 +09:00
parent 4522dc41a6
commit ff8e92bc0c
No known key found for this signature in database
8 changed files with 22 additions and 52 deletions

View file

@ -1,7 +1,7 @@
import { assertEquals, assertExists } from "std/assert/mod.ts";
import { describe, it, beforeEach } from "std/testing/bdd.ts";
import { mcpProxy } from "../src/lib/utils.ts";
import type { Transport } from "npm:@modelcontextprotocol/sdk/shared/transport.js";
import type { Transport } from "@modelcontextprotocol/sdk/shared/transport.js";
// Mock Transport implementation for testing
class MockTransport implements Transport {