Specifying a local development URL
If the url in your manifest points to a remote url, you can still specify a local development url in your fiasco.json
file.
Adding the tool via any localhost url will use the devUrl
key if it is present.
json
{
"name": "Hello Fiasco",
"description": "A simple tool to say hello to Fiasco",
"url": "https://example.com/mytool",
"devUrl": "http://localhost:5173/mytool",
"emoji": "👋",
"author": "Your Name"
}