Commit History

fix: move urlopen import to module level, fix inline import scoping bug
ead8cf1

ToolStore Agent commited on

fix: online toolsets refresh button re-fetches from registry, remove button works
ce86f69

ToolStore Agent commited on

fix: online toolsets fetch from registry when index.json cache is empty
c92370c

ToolStore Agent commited on

fix: client web UI displays online toolsets from flat-list format, default URL to HF Space, browse page shows function bindings
293585c

ToolStore Agent commited on

feat: MCP server toolset/individual mode toggle
c8f6501

ToolStore Agent commited on

fix: persist skills and toolsets to Docker persistent volume, fix remove button
0e60f55

ToolStore Agent commited on

fix: add skill scanning to _do_search and _do_info, add skills category to _list_tools
aad32fe

ToolStore Agent commited on

refactor: split super-files into focused modules
7f5f1dd

ToolStore Agent commited on

feat: MCP server-level exposure + display names
d119e9a

ToolStore Agent commited on

feat: group MCP servers as toolsets in agent system prompt
ed2bde2

ToolStore Agent commited on

fix: default downloaded online toolsets to secondary exposure
cea4fb6

ToolStore Agent commited on

feat: Online Toolsets tab + exposure controls for local toolsets
7d61e24

ToolStore Agent commited on

feat: toolsets management UI + exposure fixes + CLI toolset commands
98305e0

ToolStore Agent commited on

refactor: remove api/docker types, add toolset type
2036bab

ToolStore Agent commited on

fix: /api/tools returns tools by source (mcp vs registry), not mashed together
b04af7d

ToolStore Agent commited on

fix: management UI /api/tools merges registry tools from index.json
4400d87

ToolStore Agent commited on

refactor: strip MCP/skills from server, enhance skills with references/scripts/assets
683f153

ToolStore Agent commited on

feat: Run Code — paste MCP server source, auto-build Docker image, run in container
ccb4b34

ToolStore Agent commited on

fix: use load_config/save_config for tool registration instead of nonexistent ConfigManager.add_tool
4c85f0e

ToolStore Agent commited on

fix: add missing /api/tools GET route and _list_tools handler so All Tools tab shows skills
0c7630a

ToolStore Agent commited on

fix: register installed skills as tools in config so exposure changes persist and survive refresh; replace exposure cycle badge with dropdown
f5d5b99

ToolStore Agent commited on

fix: upload now discovers ALL skills in archive, not just first one
7e74fe0

ToolStore Agent commited on

fix: switch skill upload from multipart to base64 JSON, clean up dead code
a306e89

ToolStore Agent commited on

feat: local skill install — unified upload with server + browser-native pickers
0bb6bc1

ToolStore Agent commited on

feat: add skill support to server + skill publish CLI command
73c14f6

ToolStore Agent commited on

feat(management): add store exposure, file browser, skill folder scanning, MCP folder lifecycle
bbe6bb7

ToolStore Agent commited on

fix(management): shift UI from 'create from scratch' to 'connect to existing / register from file'
a876f68

ToolStore Agent commited on

feat(management): add local management server + SPA for MCP servers, skills, and tool exposure
2968c5d

ToolStore Agent commited on