Agent tooling

jev-mcp-dispatcher

@abhishekashokvkumar2Pythonupdated 2026-09-18

Natural-language MCP tool dispatcher powered entirely by TypeSafe's Jev — no general-purpose LLM. Discovers a simple MCP server's tool signatures at runtime and uses Jev's typed primitives (Choice/Noul) to pick the right tool and extract its arguments straight out of the sentence.

abhishekashokvkumar/jev-mcp-dispatcher

Where it calls Jev

from typesafe_sdk import Choice, Noul, TypeSafeClient

jev_mcp_dispatcher.py:83

The link points at the commit we read, so the line number still holds.

This one cannot run here

Its question set is assembled at runtime, or never written out literally in the code, so there is nothing to lift. The source link above will show you.

Other projects in this category