-
Notifications
You must be signed in to change notification settings - Fork 842
Open
Labels
enhancementNew feature requestNew feature request
Description
Is your feature request related to a problem? Please describe.
A common way that I use the MCP dev inspector is for repetitive testing of a tool with the same values. Currently I have to re-fill in the tool input parameters each time the server re-connects, which gets annoying after many reloads.

Describe the solution you'd like
I suggest using localStorage to remember the tool input parameter values. The localStorage key could be a hash of the server + toolname + input parameter names.
Describe alternatives you've considered
- sessionStorage: not persistent enough
- local database: too much setup, inspector already uses localStorage
Additional context
I don't think you'd fill up localStorage with the keys, but if you were worried about that, you could set an expiration using my lscache library:
https://github.com/pamelafox/lscache
manekinekko, matteo8p, stephent and ln-12
Metadata
Metadata
Assignees
Labels
enhancementNew feature requestNew feature request