- 在后端添加 JWT 认证过滤器 JwtAuthenticationTokenFilter - 创建 JwtTokenUtil 工具类用于生成和验证 JWT token - 在 application.yml 中配置 JWT 相关参数 - 更新前端 HomePage 组件,增加用户认证相关逻辑
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"mcpServers": {
|
|
"sequentialthinking": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
],
|
|
"alwaysAllow": [
|
|
"sequentialthinking"
|
|
]
|
|
}
|
|
}
|
|
} |