Home/Tools/@tpmjs/tools-exe-dev

sharePort

@tpmjs/tools-exe-dev

Configure the HTTP proxy port for an exe.dev VM. Traffic to the VM's URL will be forwarded to this port. Requires SSH access to exe.dev.

Official
ops
v0.2.3
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
exe.dev command failed: Command failed: ssh exe.dev 'share port test 1'
Host key verification failed.

Last checked: 1/16/2026, 3:45:45 AM

Interactive Playground

Test @tpmjs/tools-exe-dev (sharePort) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-exe-dev
pnpm add @tpmjs/tools-exe-dev
yarn add @tpmjs/tools-exe-dev
bun add @tpmjs/tools-exe-dev
deno add npm:@tpmjs/tools-exe-dev

2. Import the tool

import { sharePort } from '@tpmjs/tools-exe-dev';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { sharePort } from '@tpmjs/tools-exe-dev';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { sharePort },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Parameters

Available configuration options

Auto-extracted
vm
Required
Type: string

Name of the VM

port
Required
Type: number

Port number to proxy to (e.g., 8080)

Schema extracted: 1/16/2026, 3:45:44 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

0%

Bundle Size

NPM Keywords

tpmjs
exe.dev
vm
virtual-machine
ssh
cloud
ai

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
sharePort | TPMJS | TPMJS