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:
parent
a3161163e6
commit
eceffb22ef
3 changed files with 11 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue