Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dice-thrower-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dice-thrower-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}