marble-headed-mcp 0.1.37 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -400,7 +400,7 @@ async function saveImageFromUrl({ url, filename }) {
|
|
|
400
400
|
const TOOLS = [
|
|
401
401
|
{
|
|
402
402
|
name: 'headed_start_session',
|
|
403
|
-
description: 'Start a headed browser session (if email or password are not provided, they default to akilan@withmarble.ai and marbledebug123, respectively).',
|
|
403
|
+
description: 'Start a headed browser session (if email or password are not provided, they default to akilan@withmarble.ai and marbledebug123, respectively). Remember to call `headed_end_session` when finished to avoid leaving sessions open.',
|
|
404
404
|
inputSchema: {
|
|
405
405
|
type: 'object',
|
|
406
406
|
properties: {
|