Skip to content

Commit fe467d3

Browse files
authored
feat: add authentication flow support to MCP servers (#119)
* feat: add authentication flow for mcp server * chore: update readme * chorel remove unused Claims struct * chore: update rust-mcp-extra readme * chore: fix doc * chore: typo * chore: audit ignore dev dependency
1 parent 6f70e18 commit fe467d3

File tree

80 files changed

+6812
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+6812
-443
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
uses: actions-rust-lang/audit@v1
7070
with:
7171
token: ${{ secrets.GITHUB_TOKEN }}
72+
ignore: RUSTSEC-2023-0071
7273
if: matrix.os == 'ubuntu-latest' # Run audit only on Linux
7374

7475
# install nodejs that is required for tests

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Anyone can participate at any stage, whether it's discussing, triaging, or revie
2424

2525
### **Filing a Bug Report**
2626

27-
When reporting a bug, use the provided issue template and fill in as many details as possible. Don’t worry if you can’t answer everythingjust provide what you can.
27+
When reporting a bug, use the provided issue template and fill in as many details as possible. Don’t worry if you can’t answer everything-just provide what you can.
2828

2929
### **Fixing Issues**
3030

0 commit comments

Comments
 (0)