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
test(mcp): authenticate equivalence smokes with the expert-mcp platform token
The instance-config smoke test minted a named personal access token, which
has its scope deleted at request time and therefore authenticates as the
full user, bypassing the user:expert-mcp allow-list check entirely. Switch
to the nameless expert-mcp platform token used in production so the
equivalence tests actually exercise the allow-list.
The directory used to seed the file-listing test is now created directly
through the container driver instead of the authenticated POST route,
since no instance-config tool creates files and that route is correctly
outside the expert-mcp token's allow-list.
0 commit comments