MCPServers
VibeSpace Ternary - MCP server logo

VibeSpace Ternary

0
0

Summary

Vibespace MCP Go Ternary provides real-time streaming of world moments and vibes through NATS, enabling multiplayer experiences with balanced ternary data representation. The implementation features robust access control with configurable sharing settings, rate limiting to prevent abuse, and comprehensive test coverage for reliability. It exposes JSON-RPC methods for resource reading and tool calling, with specialized streaming tools for starting/stopping streams, checking status, and updating configurations. This server is particularly valuable for collaborative virtual environments where users need to share contextual information with varying levels of privacy control.

Available Actions(12)

create_vibe

Creates a new vibe. Parameters: name (string), description (string), attributes (object)

update_vibe

Updates an existing vibe. Parameters: vibeId (string), attribute (string), value (any)

delete_vibe

Deletes a vibe by its ID. Parameters: vibeId (string)

create_world

Creates a new world. Parameters: name (string), description (string), type (string), features (array), sharingSettings (object)

update_world

Updates an existing world. Parameters: worldId (string), attribute (string), value (any)

delete_world

Deletes a world by its ID. Parameters: worldId (string)

set_world_vibe

Sets the vibe for a world. Parameters: worldId (string), vibeId (string)

streaming_startStreaming

Starts streaming for a world. Parameters: url (string), stream_id (string), world_id (string), user_id (string)

streaming_stopStreaming

Stops streaming for a world. Parameters: worldId (string), userId (string)

streaming_status

Retrieves the current status of streaming. Parameters: worldId (string)

streaming_streamWorld

Streams a world moment. Parameters: worldId (string), userId (string), customData (object), balancedTernaryData (string)

streaming_updateConfig

Updates the configuration for streaming. Parameters: worldId (string), config (object)

Last Updated: April 17, 2025

Avis de la Communauté

0.0
0 avis
5
0
4
0
3
0
2
0
1
0

Aucun avis encore. Soyez le premier à donner votre avis !

Connectez-vous pour rejoindre la conversation

Coming soon to
HighlightHighlight AI

Langage

TypeScript

Catégories

Tags