planning-mcp-server.toml

 1# SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2#
 3# SPDX-License-Identifier: CC0-1.0
 4
 5[logging]
 6format = 'text'
 7level = 'info'
 8
 9[planning]
10history_enabled = true
11max_goal_length = 1000
12max_task_length = 500
13max_tasks = 100
14
15[server]
16host = 'localhost'
17mode = 'stdio'
18port = 8080