Shared Board
No notes yet. Add one!
Ready for human & agent input
âšī¸ How WebMCP Works Here
Same functions, two callers:
âĸ Human clicks the form â calls addCard()
âĸ AI agent calls the tool â calls the same addCard()
âĸ Same state, same page, visible in real-time
Three registered tools:
âĸ add_card â adds a note (with agent confirmation)
âĸ remove_card â deletes a note by index
âĸ list_cards â returns all notes (read-only, no confirmation)