Commit graph

10 commits

Author SHA1 Message Date
Minoru Mizutani
91ff0e5a3e
Setup CI 2025-04-29 16:34:28 +09:00
Minoru Mizutani
3dd92adc92
Update deno.json: rename package to @mmizutani/mcp-remote-deno and enhance description for clarity on functionality. 2025-04-29 13:49:08 +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
01a238a341
Update version numbers in configuration files to reflect new release: change Deno project version to 0.0.1 in deno.json and update package version to 0.1.0 in package.json. Adjust version constant in utils.ts accordingly. 2025-04-29 11:51:31 +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
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
Minoru Mizutani
00b1d15cfd
Implement rest part 2025-04-29 03:21:40 +09:00
Minoru Mizutani
61a1f4c3cc
Configure Deno project 2025-04-29 02:51:21 +09:00