ValTown

Lightweight TypeScript server for generating and calling tools, providing a simple, extensible framework with a focus on ease of use and a basic 'random_joke' tool as an example implementation.

View Source
1 stars
0 tools
Created Aug 2025
@thomasdavis/thomasdavis-valtown-valjs

About

Lightweight TypeScript server for generating and calling tools, providing a simple, extensible framework with a focus on ease of use and a basic 'random_joke' tool as an example implementation.

Categories

general

Installation

npm

npm install @thomasdavis/thomasdavis-valtown-valjs

Configuration

{ "mcpServers": { "thomasdavis-valtown-valjs": { "command": "npx", "args": [ "-y", "@thomasdavis/thomasdavis-valtown-valjs" ] } } }