mcpDemo
1
mcpDemo is a demonstration of a Model Context Protocol (MCP) server using stdio for the transport layer, designed specifically for Clever Cloud. It provides a simple way to test and interact with MCP servers using debugging tools.
mcpDemo
This is a simple demo of the Model Context Protocol (MCP) server for Clever Cloud, using stdio
as the transport.
Test the MCP server
You can use the MCP Debugging tool:
npx @modelcontextprotocol/inspector node server.js
or npm run dev
.