Commit graph

123 commits

Author SHA1 Message Date
a7a76d3f17
wip
Some checks failed
Publish Any Commit / build (push) Failing after 18s
2025-05-18 17:18:21 +02:00
27907a4624
wip
Some checks failed
Publish Any Commit / build (push) Failing after 17s
2025-05-18 17:12:39 +02:00
0213c20d3d
update pnpm
Some checks failed
Publish Any Commit / build (push) Failing after 17s
2025-05-18 17:11:17 +02:00
4f6de14fbc
add packageManager
Some checks failed
Publish Any Commit / build (push) Failing after 15s
2025-05-18 17:10:14 +02:00
675dc6a760
fix tool path
Some checks failed
Publish Any Commit / build (push) Failing after 19s
2025-05-18 17:01:58 +02:00
8f83b18966
adjust ci
Some checks failed
Publish Any Commit / build (push) Failing after 3s
2025-05-18 17:00:50 +02:00
Will
7eecc9ca3f Update README.md
Move `env` into mcpServer configuration. The examples have it placed outside. 

If you don't pay attention, you'll end up wondering why you have empty `env` being passed through.
2025-05-15 07:26:39 +01:00
Glen Maddern
5199279ea7 0.1.5 2025-05-14 12:31:07 +01:00
Glen Maddern
b1dfa9fe5b Picking a default port based on the server hash 2025-05-14 12:31:07 +01:00
Glen Maddern
6f2399bbfb remove client info on conflict 2025-05-14 12:31:07 +01:00
Glen Maddern
e5cdf08bc8 Updated SDK version 2025-05-14 12:31:07 +01:00
Frédéric Barthelet
bd6df4222f Fix schema on clientInformation() 2025-05-14 11:53:08 +01:00
Frédéric Barthelet
b209d98074 Add port sourcing from existing client information 2025-05-14 11:53:08 +01:00
Glen Maddern
bd75a1cdf0 0.1.4 2025-05-12 15:37:49 +10:00
Tomer Zait
767549412f fix issue #64 2025-05-12 06:37:44 +01:00
Glen Maddern
46e3333416 0.1.3 2025-05-12 15:27:57 +10:00
Glen Maddern
63e02eef1c Use 127.0.0.1 everywhere _except_ as a redirect_uri for the client registration 2025-05-12 06:27:47 +01:00
Glen Maddern
45c1739b4c Adding (via mcp-remote <version>) to clientInfo.name on initialize 2025-05-12 06:27:37 +01:00
Glen Maddern
5c71b26869 Added a 2 second delay before closing the browser 2025-05-05 23:54:56 +01:00
dp-rufus
b9105958c1 Attempt auto close 2025-05-05 23:54:56 +01:00
shaun smith
114ee3c4b6 Update README.md 2025-05-05 23:34:01 +01:00
Glen Maddern
c9e082d9e2 Removing traces of react 2025-05-05 23:01:46 +01:00
Glen Maddern
67bd63192f Publishing all commits to pkg.pr.new 2025-05-05 06:21:57 +01:00
Glen Maddern
c4a2d4a242 0.1.2 2025-05-05 12:40:27 +10:00
Fadojutimi Temitayo Olusegun
026caedd3c fix: changed the header argument processing from a forEach loop to a while loop to handle array modifications correctly, preventing index errors. 2025-05-05 03:38:07 +01:00
Glen Maddern
da1330d2aa 0.1.1 2025-05-02 11:38:28 +10:00
shaun smith
15f9c944f6 Update README.md 2025-05-02 02:26:18 +01:00
Glen Maddern
2b2b12decd Treat 404s and 405s as the same regardless of starting with SSE or HTTPs transport
Fixes #47 #48
2025-05-02 02:25:50 +01:00
Glen Maddern
5a38b58f63 0.1.0 2025-04-30 12:58:02 +01:00
Glen Maddern
04e3d255b1 Added Streamable HTTP support
This adds a new CLI argument, --transport, with the following values: http-first (the default), http-only, sse-first, and sse-only. Any of the -first tags attempts to connect to the URL as either an HTTP or SSE server and falls back to the other.
2025-04-30 12:58:02 +01:00
Ola Hungerford
504aa26761 Update link to latest auth spec in README.md 2025-04-17 09:13:11 +01:00
Glen Maddern
b69fdc8ebe 0.0.22 2025-04-16 15:59:57 +10:00
Rune Botten
bb4c03f069 chore: update @modelcontextprotocol/sdk to 1.9.0 to include fix for missing redirect_uri in token exchange 2025-04-16 06:59:49 +01:00
Glen Maddern
189ecc9fce 0.0.21 2025-04-16 15:01:56 +10:00
kissrobber
a2064502b9 add --allow-http flag 2025-04-16 06:01:50 +01:00
Glen Maddern
0596122962
Update README.md with cursor workaround 2025-04-16 05:34:41 +01:00
dp-rufus
7a1bd95844 Add software_id/software_version 2025-04-15 03:06:47 +01:00
Glen Maddern
2913b96e53 0.0.20 2025-04-14 15:38:28 +10:00
dorshany
3a4d81936c Remove package-lock.json 2025-04-14 06:38:03 +01:00
dorshany
9258e2f6c4 Fix: Add Authorization header from authProvider tokens in custom fetch for SSE 2025-04-14 06:38:03 +01:00
Glen Maddern
89177a5ac5 0.0.19 2025-04-11 04:48:19 +01:00
Glen Maddern
c542f78288 removing --clean flag as it sent things into a reauth loop 2025-04-11 04:48:19 +01:00
Glen Maddern
14da1b44d4 0.0.18 2025-04-11 13:23:12 +10:00
Glen Maddern
327b4f7b0e
Merge pull request #19 from jonslo/main
PR: Fix Authorization Header for SSE Connections
2025-04-11 04:22:41 +01:00
Jon Slominski
3c4600a920
Update utils.ts
removed debug logging
2025-04-10 21:00:12 -05:00
Jon Slominski
cf459b1a0d
Ensure Authorization header is passed to SSE connections
When using Bearer token authentication, the Authorization header was not being properly forwarded to SSE connections, causing 401 Unauthorized errors. This fix adds a custom EventSource initialization that explicitly includes the Authorization header in all SSE requests, allowing proper authentication with remote servers.
2025-04-10 20:56:07 -05:00
Glen Maddern
3225345bb4
Merge pull request #18 from geelen/custom-headers
Added --header CLI args support
2025-04-10 02:57:17 +01:00
Glen Maddern
fcf9ed8583 0.0.17 2025-04-10 11:56:06 +10:00
Glen Maddern
a3b4906afd Added --header CLI args support
This can include ${ENV_VAR} strings that are replaced with the values in process.env
2025-04-10 11:27:25 +10:00
Glen Maddern
84b87375fb
Merge pull request #15 from geelen/windows-fix
Windows debugging
2025-04-04 04:48:00 +01:00