From 4b2cee010f6526cde3f9453f1e775fdacbd1cf7b Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 12 Jun 2025 08:22:56 +0100 Subject: [PATCH] Use mcpd config command for secerts.dev.toml --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 332f8eb..d4cf687 100644 --- a/example/README.md +++ b/example/README.md @@ -26,7 +26,7 @@ Here is an example of some custom configuration for the `mcp-server-time` (time) Run the following command to create this file if you don't want the time MCP Server to use defaults: ```bash -echo -e '[servers]\n [servers.time]\n args = ["--local-timezone=Europe/London"]' > ~/.mcpd/secrets.dev.toml +mcpd config set-args time --arg --local-timezone=Europe/London ``` ### Project configuration file