Update README for clarity on MCP client configuration, adjust DENO_PERMISSIONS for remote server access, and add VSCode extensions recommendations.

This commit is contained in:
Minoru Mizutani 2025-04-29 14:59:11 +09:00
parent a3161163e6
commit eceffb22ef
No known key found for this signature in database
3 changed files with 11 additions and 6 deletions

View file

@ -1,9 +1,8 @@
import {
assertEquals,
assertRejects,
} from "std/assert/mod.ts";
import { describe, it, afterEach, beforeEach } from "std/testing/bdd.ts";
import { assertSpyCalls, spy, stub } from "std/testing/mock.ts";
import { stub } from "std/testing/mock.ts";
import {
isPidRunning,
isLockValid,