Agent 工具

jev-mcp-dispatcher

@abhishekashokvkumar2Python更新于 2026-09-18

基于 TypeSafe 的 Jev 实现的自然语言 MCP 工具调度器,运行时发现 MCP 服务器工具签名,使用 Jev 类型原语选择工具并提取参数。

英文原文

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

它在哪儿调用了 Jev

from typesafe_sdk import Choice, Noul, TypeSafeClient

jev_mcp_dispatcher.py:83

链接指向我们抓取当天的那个 commit,行号是准的。

这个项目没法在这儿跑

它的 question 组合是运行时拼出来的,或者代码里没有直接写出来,所以没法原样搬过来。源码链接在上面,可以自己去看。

同类的其他项目