Skip to content

Commit 1e03c84

Browse files
authored
feat: improve auth context handling in MCP server (#102)
* feat: improve auth context handling in MCP server * refactor: streamline outbound token retrieval process in getOutboundToken function
1 parent 75abad0 commit 1e03c84

File tree

10 files changed

+592
-281
lines changed

10 files changed

+592
-281
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Editor configuration, see http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = off
13+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)