Changelog
12-13-2024
-
Removed
get_config
from import functions and using the Extism config APIs. This improves local testability of servlets and simplifies the implementation. Existing servlets who used this function will need to be recompiled and use the built-in import instead. These kinds of changes will not be done in the future when we finalize a stable API. -
The retrun value from
describe
has changed to reflect theListToolsResult
value from the protocol itself. This enables single servlets to better implement multiple tools, and provide their descriptions properly to MCP clients.
12-11-2024
mcp.run
and mcpx
are live in Early Access, thank you for your patience
while we iron out any kinks. Your feedback is extremely helpful &
appreciated.