body method
Defines the actual body code.
実際の本体コードを定義します。
Implementation
@override
DynamicMap body(ExecContext context) {
return {
"notion": {
"type": "http",
"url": "https://mcp.notion.com/mcp",
},
};
}
Defines the actual body code.
実際の本体コードを定義します。
@override
DynamicMap body(ExecContext context) {
return {
"notion": {
"type": "http",
"url": "https://mcp.notion.com/mcp",
},
};
}