Package@chrismichaelps / pudu-lang-mcpModel Context Protocol server for Pudu language documentation and compiler tools0.1.1Apache-2.0★ 1InstallCloseUse @chrismichaelps/pudu-lang-mcpInstall this releaseFrom your project, run:pudu install @chrismichaelps/pudu-lang-mcp@0.1.1CopyVersion0.1.1 (latest)0.1.0An exact version can install a new release immediately. Without a version, pudu follows the 72-hour minimum release age for new resolutions.pudu install @chrismichaelps/pudu-lang-mcpCopyThen import itimport PuduLangMcp as PuduLangMcpCopyTo contributegit clone https://github.com/chrismichaelps/pudu-lang-mcpCopyOverviewSourceDocsReleasesTicketsContributionsSearch @chrismichaelps/pudu-lang-mcp/?Search by@alicean owner@alice/jsonan owner's projecttextOfa declaration nameValue -> Stra signature's types↑ ↓ choose · ↵ open · → search inside a project · Esc close · / focusSearch@chrismichaelps/pudu-lang-mcp/src/Main.puduMain.puduPudu10 lines189 BCopy pathGitHub ↗1/** @Main.Entry.Program — starts the MCP server */2module Main34import PuduLangMcp as Server56/// Serves MCP over stdio and answers the exit status.7fn main() -> Int {8 Server.serve()9}10
Main.puduPudu10 lines189 BCopy pathGitHub ↗1/** @Main.Entry.Program — starts the MCP server */2module Main34import PuduLangMcp as Server56/// Serves MCP over stdio and answers the exit status.7fn main() -> Int {8 Server.serve()9}10