* get rid of async-trait * move rmcp to official-rust-sdk * replace master with main * update readme, change license * fix typo * Update README.md Co-authored-by: Jefry Dewangga <jefrydco@gmail.com> * fix typos --------- Co-authored-by: = <=> Co-authored-by: Jefry Dewangga <jefrydco@gmail.com>
10 lines
131 B
TOML
10 lines
131 B
TOML
deepseek_key = ""
|
|
cohere_key = ""
|
|
|
|
[mcp]
|
|
|
|
[[mcp.server]]
|
|
name = "git"
|
|
protocol = "stdio"
|
|
command = "uvx"
|
|
args = ["mcp-server-git"]
|