You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this question would not be more appropriate as an issue in a specific repository
I have searched existing discussions and documentation for answers
Question Category
Protocol Specification
SDK Usage
Server Implementation
General Implementation
Documentation
Other
Your Question
I have a .net 8 web api solution that allows users to query for a list of teams they belong to (via ms graph) and then to retrieve a list of channel messages.
I'm now creating a POC where I'm converting this Api into an SSE server. the use case will be authenticated users interacting with our ai assitant requesting specific teams data. So far, I can get a list of tools via the mcp inspector tool. For now, i just want to be able to reuse a token that's generated for me via postman. FWIW everything works in postman where i make straight api calls using my tokens.
I tried to define an "Authorization" header and paste in a valid token but i'm getting errors. Here's a screen shot:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
I have a .net 8 web api solution that allows users to query for a list of teams they belong to (via ms graph) and then to retrieve a list of channel messages.
I'm now creating a POC where I'm converting this Api into an SSE server. the use case will be authenticated users interacting with our ai assitant requesting specific teams data. So far, I can get a list of tools via the mcp inspector tool. For now, i just want to be able to reuse a token that's generated for me via postman. FWIW everything works in postman where i make straight api calls using my tokens.
I tried to define an "Authorization" header and paste in a valid token but i'm getting errors. Here's a screen shot:
Beta Was this translation helpful? Give feedback.
All reactions