nkowne63/mcp-sample-deno-script-reusable
3.1
If you are the rightful owner of mcp-sample-deno-script-reusable and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a versatile tool designed to facilitate communication between different software components using a standardized protocol.
mcp-sample-deno-script-reusable
This is a sample implementation of a simple Deno script that fulfills the following three requirements within a single file:
- runs as an executable script, operating as an MCP server via standard input/output.
- includes tests.
- can be imported from other files without causing side effects like starting the MCP server upon import.