Tapeless-MCP

Tapeless-MCPはTypeScriptで構築されたプロジェクトで、特にタップレスな操作を実現するための機能を提供します。開発者が効率的に作業できるように設計されており、ユーザーインターフェースの改善や自動化されたワークフローをサポートします。これにより、開発プロセスがスムーズになり、エラーの削減が期待できます。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

17

フォーク

0

イシュー

0

README
Setup Instructions
  1. Clone the repo
  2. Ensure Deno v2 is installed
  3. Note down the absolute path to the src/main.ts file
  4. Update the claude_desktop_config.json file, located in ~/Library/Application Support/Claude
{
  "mcpServers": {
    "tapeless": {
      "command": "deno",
      "args": [
        "-A",
        "/Users/douglasreiser/Dev/Tapeless/Tapeless-MCP/src/main.ts"
      ]
    }
  }
}
  1. Ensure the tapeless-cli is installed and at the latest version
  2. Start Claude with developer mode enabled