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.
1 stars
0 tools
Created Aug 2025
@thomasdavis/thomasdavis-valtown-valjsAbout
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"
]
}
}
}