MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / main

Function main

codewiki/mcp/server.py:603–610  ·  view source on GitHub ↗

Run the MCP server with stdio transport.

()

Source from the content-addressed store, hash-verified

601 return [_text(json.dumps(result, indent=2))]
602
603
604# ===================================================================
605# Helpers
606# ===================================================================
607
608
609def _text(content: str) -> TextContent:
610 return TextContent(type="text", text=content)
611
612
613def _write_generation_metadata(session: SessionState) -> None:

Callers 1

server.pyFile · 0.70

Calls 1

runMethod · 0.80

Tested by

no test coverage detected