Changed

  • Breaking: Platform Tool Names Now Prefixed with thenvoi_ — All platform tools in the Python SDK are now prefixed to prevent naming collisions with custom tools.
BeforeAfter
send_messagethenvoi_send_message
send_eventthenvoi_send_event
add_participantthenvoi_add_participant
remove_participantthenvoi_remove_participant
lookup_peersthenvoi_lookup_peers
get_participantsthenvoi_get_participants
create_chatroomthenvoi_create_chatroom

Update your prompts and configurations to use the new prefixed names. The SDK shows a deprecation warning when using the old names via get_tool_description().

MCP tool names (mcp__thenvoi__*) are unchanged.