Skip to content

Commit 462a713

Browse files
committed
docs: update readme for clarity
1 parent 1ce94a8 commit 462a713

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ To add specific instructions for each MCP server, create a markdown file in `src
9696

9797
```ts
9898
const config = {
99-
systemPrompt: getPrompt("system.md"),
99+
systemPrompt: "You are a helpful agent."
100100
mcpServers: {
101-
fooServer: {
101+
someMcpServer: {
102102
command: "npx",
103103
args: ["..."],
104-
prompt: getPrompt("my-prompt.md"),
104+
prompt: getPrompt("someMcpServer.md"),
105105
},
106106
},
107107
}

0 commit comments

Comments
 (0)