@brawsr/mcp-server
Advanced tools
+1
-3
@@ -33,3 +33,2 @@ import { BrawsrApiError, BrawsrOperationError, BrawsrTransportError, BrawsrWaitCancelledError, BrawsrWaitTimeoutError, } from "@brawsr/sdk"; | ||
| ttl_seconds: z.number().int().positive().optional(), | ||
| mem_mib: z.number().int().positive().optional(), | ||
| display_label: z.string().max(128).optional(), | ||
@@ -39,5 +38,4 @@ }) | ||
| outputSchema: resultSchema, | ||
| }, async ({ ttl_seconds, mem_mib, display_label }) => invoke(() => client.createSession({ | ||
| }, async ({ ttl_seconds, display_label }) => invoke(() => client.createSession({ | ||
| ttlSeconds: ttl_seconds, | ||
| memMib: mem_mib, | ||
| displayLabel: display_label, | ||
@@ -44,0 +42,0 @@ }))); |
@@ -1,1 +0,1 @@ | ||
| export declare const MCP_SERVER_VERSION = "0.1.0"; | ||
| export declare const MCP_SERVER_VERSION = "0.2.0"; |
+1
-1
@@ -1,1 +0,1 @@ | ||
| export const MCP_SERVER_VERSION = "0.1.0"; | ||
| export const MCP_SERVER_VERSION = "0.2.0"; |
+2
-2
| { | ||
| "name": "@brawsr/mcp-server", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Authenticated MCP tools for brawsr browser sessions, checkpoints, rewind, and fork.", | ||
@@ -64,3 +64,3 @@ "packageManager": "npm@11.5.1", | ||
| "dependencies": { | ||
| "@brawsr/sdk": "0.1.0", | ||
| "@brawsr/sdk": "0.2.0", | ||
| "@modelcontextprotocol/sdk": "1.30.0", | ||
@@ -67,0 +67,0 @@ "zod": "4.4.3" |
+4
-4
@@ -7,3 +7,3 @@ # brawsr MCP server | ||
| The v0.1 transport is local stdio and requires Node.js 22+. | ||
| The v0.2 transport is local stdio and requires Node.js 22+. | ||
@@ -20,3 +20,3 @@ ## Install and configure | ||
| "command": "npx", | ||
| "args": ["-y", "@brawsr/mcp-server@0.1.0"], | ||
| "args": ["-y", "@brawsr/mcp-server@0.2.0"], | ||
| "env": { | ||
@@ -43,3 +43,3 @@ "BRAWSR_API_KEY": "your-brawsr-api-key" | ||
| ```bash | ||
| BRAWSR_API_KEY=... npx -y @brawsr/mcp-server@0.1.0 | ||
| BRAWSR_API_KEY=... npx -y @brawsr/mcp-server@0.2.0 | ||
| ``` | ||
@@ -88,3 +88,3 @@ | ||
| Remote Streamable HTTP, OAuth, hosted multi-tenancy, legacy HTTP+SSE, and | ||
| resumable MCP sessions are deferred beyond the local v0.1 stdio boundary. | ||
| resumable MCP sessions are deferred beyond the local v0.2 stdio boundary. | ||
@@ -91,0 +91,0 @@ ## Development |
+2
-2
@@ -12,3 +12,3 @@ { | ||
| }, | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "packages": [ | ||
@@ -18,3 +18,3 @@ { | ||
| "identifier": "@brawsr/mcp-server", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "transport": { | ||
@@ -21,0 +21,0 @@ "type": "stdio" |
35609
-0.27%428
-0.47%+ Added
- Removed
Updated