Skip to main content
Glama
package.json1.13 kB
{ "name": "@hypothesi/tauri-plugin-mcp-bridge", "version": "0.6.2", "description": "JavaScript bindings for @hypothesi/tauri-plugin-mcp-bridge - MCP Bridge plugin for use with Tauri applications", "type": "module", "main": "./dist-js/index.js", "types": "./dist-js/index.d.ts", "exports": { ".": { "import": "./dist-js/index.js", "types": "./dist-js/index.d.ts" } }, "scripts": { "build": "tsc --project guest-js/tsconfig.json", "prepublishOnly": "npm run build" }, "files": [ "dist-js", "guest-js", "README.md", "CHANGELOG.md", "LICENSE", "package.json" ], "repository": { "type": "git", "url": "https://github.com/hypothesi/mcp-server-tauri.git", "directory": "packages/tauri-plugin-mcp-bridge" }, "author": "hypothesi", "license": "MIT", "keywords": [ "tauri", "tauri-plugin", "mcp", "ipc", "monitoring" ], "devDependencies": { "@tauri-apps/api": "^2.0.0", "typescript": "^5.6.3" }, "peerDependencies": { "@tauri-apps/api": "^2.0.0" }, "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