bug: Removed the github MCP server and slack MCP server from mcp.json so users can just use Loki without any other setup and add more later

This commit is contained in:
2025-11-08 15:59:05 -07:00
parent cbb3d2c34a
commit 245c567d30
3 changed files with 4 additions and 42 deletions
+3 -3
View File
@@ -3,8 +3,8 @@ Loki originally started as a fork of AIChat but has since evolved into its own s
As a result, there's some changes you'll need to make to your AIChat configuration to be able to use Loki.
Be sure you've followed the [first-time setup steps](../README.md#first-time-setup) so that the Loki configuration
directory and subdirectories exist and is populated with the built-in defaults.
Be sure you've run `loki` at least once so that the Loki configuration directory and subdirectories exist and is
populated with the built-in defaults.
## Global Configuration File
You should be able to copy/paste your AIChat configuration file into your Loki configuration directory. Since the
@@ -208,4 +208,4 @@ Here's how to migrate your functions over to Loki from the `llm-functions` repos
```
Refer to the [custom bash tools docs](./function-calling/CUSTOM-BASH-TOOLS.md) to learn how to compile and test bash
tools in Loki without needing to use `argc`.
tools in Loki without needing to use `argc`.