Skip to content

Commit 76d37d1

Browse files
committed
format schema
1 parent 2bfeb17 commit 76d37d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/mcp/src/tools/schema.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use crate::types::{JsonRpcError, JsonRpcRequest, JsonRpcResponse, JSONRPC_VERSIO
99
pub fn get_tool() -> Tool {
1010
Tool {
1111
name: "schema".to_string(),
12-
description: "Retrieve the database schema including tables, columns, and their types".to_string(),
12+
description: "Retrieve the database schema including tables, columns, and their types"
13+
.to_string(),
1314
input_schema: json!({
1415
"type": "object",
1516
"properties": {

0 commit comments

Comments
 (0)