Commit graph

11 commits

Author SHA1 Message Date
Minoru Mizutani
eceffb22ef
Update README for clarity on MCP client configuration, adjust DENO_PERMISSIONS for remote server access, and add VSCode extensions recommendations. 2025-04-29 14:59:11 +09:00
Minoru Mizutani
ff8e92bc0c
Update project configuration: rename package, enhance description, and update SDK imports to specific versions. Remove unused test utilities. 2025-04-29 13:48:59 +09:00
Minoru Mizutani
4907f8d895
Add test coverage 2025-04-29 13:31:22 +09:00
Minoru Mizutani
f3a59f6eae
Fix utils_test.ts 2025-04-29 12:50:09 +09:00
Minoru Mizutani
e41f8eacf0
Enhance utility functions and tests: Introduce a helper function for logging message identifiers, update findAvailablePort to handle server instances, and improve test coverage for DenoHttpServer and file operations. Refactor tests to use spies for mocking Deno file system operations. 2025-04-29 12:33:33 +09:00
Minoru Mizutani
7299c69a27
Improve test coverage 2025-04-29 12:00:12 +09:00
Minoru Mizutani
9d8c52eb02
Update Deno project configuration to use 127.0.0.1 instead of localhost for network permissions and server bindings. Adjust tests to reflect changes in server address handling. 2025-04-29 11:43:44 +09:00
Minoru Mizutani
baedc1f32a
Fix tests, permissions 2025-04-29 11:30:51 +09:00
Minoru Mizutani
8be8e20efa
Fix test 2025-04-29 10:22:14 +09:00
Minoru Mizutani
43ca6dcf07
Fix tests 2025-04-29 10:11:22 +09:00
Minoru Mizutani
8cadfe9106
Enhance Deno project with new test scripts, add testing commands to deno.json, and update implementation plan to reflect completed testing tasks. Introduce integration and unit tests for core functionalities including DenoHttpServer and mcp-auth-config. 2025-04-29 04:11:34 +09:00