[console_scripts]
sb = stabbur.cli:main
stabbur = stabbur.cli:main
stabbur-benchmark = stabbur.benchmark:main
stabbur-mcp-datetime = stabbur.mcp_servers.datetime:main
stabbur-mcp-exec = stabbur.mcp_servers.exec:main
stabbur-mcp-files = stabbur.mcp_servers.files:main
stabbur-mcp-git = stabbur.mcp_servers.git:main
stabbur-mcp-http = stabbur.mcp_servers.http:main
stabbur-mcp-memory = stabbur.mcp_servers.memory:main
stabbur-mcp-network = stabbur.mcp_servers.network:main
stabbur-mcp-search = stabbur.mcp_servers.search:main
stabbur-mcp-shell = stabbur.mcp_servers.shell:main
stabbur-mcp-utils = stabbur.mcp_servers.utils:main
stabbur-mcp-weather-yr = stabbur.mcp_servers.weather_yr:main
stabbur-mcp-web = stabbur.mcp_servers.web:main

[stabbur.plugins]
benchmark = stabbur.benchmark.plugin:PLUGIN
datetime = stabbur.mcp_servers.datetime.plugin:PLUGIN
exec = stabbur.mcp_servers.exec.plugin:PLUGIN
files = stabbur.mcp_servers.files.plugin:PLUGIN
git = stabbur.mcp_servers.git.plugin:PLUGIN
http = stabbur.mcp_servers.http.plugin:PLUGIN
memory = stabbur.mcp_servers.memory.plugin:PLUGIN
network = stabbur.mcp_servers.network.plugin:PLUGIN
search = stabbur.mcp_servers.search.plugin:PLUGIN
shell = stabbur.mcp_servers.shell.plugin:PLUGIN
utils = stabbur.mcp_servers.utils.plugin:PLUGIN
weather-yr = stabbur.mcp_servers.weather_yr.plugin:PLUGIN
web = stabbur.mcp_servers.web.plugin:PLUGIN

