mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 04:39:07 +00:00
fix(goose): always update the file
This commit is contained in:
@@ -103,12 +103,4 @@ def update_config():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
mcp_count_str = os.environ.get("MCP_COUNT", "0")
|
update_config()
|
||||||
mcp_count = int(mcp_count_str)
|
|
||||||
|
|
||||||
if mcp_count > 0:
|
|
||||||
print("Updating Goose configuration with MCP servers...")
|
|
||||||
update_config()
|
|
||||||
print("Goose configuration updated successfully!")
|
|
||||||
else:
|
|
||||||
print("No MCP servers found, using default Goose configuration.")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user