Skip to main content
Glama
package.json1.52 kB
{ "name": "@hypothesi/tauri-mcp-server", "version": "0.6.2", "mcpName": "io.github.hypothesi/tauri", "description": "A Model Context Protocol server for use with Tauri v2 applications", "type": "module", "bin": { "mcp-server-tauri": "./dist/index.js" }, "scripts": { "build": "tsc && cp -r src/driver/scripts/*.js dist/driver/scripts/ && chmod +x dist/index.js", "start": "node dist/index.js", "test": "vitest run", "test:unit": "vitest run --config vitest.config.unit.ts", "test:e2e": "vitest run --config vitest.config.ts", "dev": "tsc --watch", "generate:docs": "tsx scripts/generate-tools-docs.ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/hypothesi/mcp-server-tauri.git", "directory": "packages/mcp-server" }, "files": [ "dist", "package.json", "README.md", "LICENSE" ], "author": "hypothesi", "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "tauri", "automation", "testing", "debugging", "cursor", "windsurf", "vscode" ], "dependencies": { "@modelcontextprotocol/sdk": "0.6.1", "execa": "9.6.0", "html2canvas": "1.4.1", "ws": "8.18.3", "zod": "3.25.76", "zod-to-json-schema": "3.25.0" }, "devDependencies": { "@types/html2canvas": "0.5.35", "@types/node": "22.19.1", "@types/ws": "8.18.1", "vitest": "4.0.13" }, "publishConfig": { "access": "public" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hypothesi/mcp-server-tauri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server