This website requires JavaScript.
550911580c
Merge 10e8e8deaabf86dfa46c48c7aaa4735f93ce1d1f into 8ee9fc383dedff93043ed8a67107ee6691f19642
Addison Waldow
2026-02-12 01:53:04 +00:00
10e8e8deaa
fix: standardize shx dependency format in package.json
Addison Waldow
2026-02-11 18:52:58 -07:00
959afa4dda
fix: update API_BASE_URL to remove template literals and log the value
Addison Waldow
2026-02-10 20:47:16 -07:00
aaea8c9ef9
fix: update API_BASE_URL to use template literals and log the value
Addison Waldow
2026-02-10 20:42:17 -07:00
92adaa2c6f
fix: add configurable API base URL for MCP server
Addison Waldow
2026-02-10 20:24:58 -07:00
c9adfde9f3
chore: add shx to allow windows runs of the server for local testing
Addison Waldow
2026-02-10 20:18:32 -07:00
e5201f9eca
Merge branch 'feature/simplify-types' into update
Jack Thomson
2025-12-15 11:37:55 +00:00
6e8f801f74
Merge abdcacebcd97d3bc3abad84efb09825c2395b632 into 8ee9fc383dedff93043ed8a67107ee6691f19642
Gonéri Le Bouder
2025-10-28 14:07:25 +00:00
abdcacebcd
parameters: merge the path and operation parameters
Gonéri Le Bouder
2025-10-08 12:19:27 -04:00
ab1d20c0ad
parameters: merge the path and operation parameters
Gonéri Le Bouder
2025-10-08 12:19:27 -04:00
676b45a7a0
Merge 1d9a8d8af63ee6789f5147e792ad175071607130 into 8ee9fc383dedff93043ed8a67107ee6691f19642
Gonéri Le Bouder
2025-10-03 17:26:34 +00:00
1d9a8d8af6
tool: expose the deprecated attribute
Gonéri Le Bouder
2025-10-01 17:02:49 -04:00
ea2a9abdbe
Merge 5ff7f4f18ba522bdb9b6821f0f952ef9be283397 into 8ee9fc383dedff93043ed8a67107ee6691f19642
Édouard Mercier
2025-10-02 06:29:40 +00:00
5ff7f4f18b
Fixes the declaration and the parsing of the "--generate-lib" CLI option.
edouardmercier
2025-10-02 08:29:35 +02:00
e4b8fe59c7
Merge aaec9c77ee4ce24c4a7cccffa0ace2ba4f286194 into 8ee9fc383dedff93043ed8a67107ee6691f19642
Naseem Alnaji
2025-10-02 00:22:09 +00:00
aaec9c77ee
update README.md
Naseem AlNaji
2025-10-01 20:22:03 -04:00
518b885f33
feat: Add MCPcat analytics and OpenTelemetry support
Naseem AlNaji
2025-10-01 20:03:43 -04:00
2ac9124267
Introduce the "--generate-lib" to make it possible to generate a library instead of running the "main" method.
edouardmercier
2025-10-01 23:43:47 +02:00
3e16df2630
Fix the usage of the "PORT" environment variable.
edouardmercier
2025-10-01 23:42:25 +02:00
d113e4086e
Merge 04a2c9c7bfe7e52cab261d790e707af5802b7357 into 8ee9fc383dedff93043ed8a67107ee6691f19642
iwyrkore
2025-10-01 11:53:38 +00:00
f8e7a7f432
Merge b84a0b413f6296f619988e81dc46b675006b302b into 8ee9fc383dedff93043ed8a67107ee6691f19642
Sylvain Afchain
2025-09-30 23:06:30 +02:00
af9cf5e85d
Merge 54603a955cc506e6e2cf2e3cdd75d305f88830b2 into 8ee9fc383dedff93043ed8a67107ee6691f19642
Ryan Walker
2025-09-30 13:10:19 -07:00
8ee9fc383d
Create mcpcat.md
main
Harsha v
2025-09-30 12:15:47 -07:00
960a3b38aa
include the in=query parameters in the inputSchema
Gonéri Le Bouder
2025-09-25 16:19:14 -04:00
b84a0b413f
fix format
Sylvain Afchain
2025-09-18 23:13:46 +02:00
f1125a0119
Allow insecure HTTPS connections (self-signed certificates)
Sylvain Afchain
2025-09-18 01:48:19 +02:00
3f6243c424
Fix query params bug and use summary for tool names
Ryan Walker
2025-09-09 22:43:45 +00:00
54603a955c
Accept CodeRabbit suggestion
Ryan Walker
2025-09-08 22:08:31 +00:00
fed8311d9f
Handle Array type query params
Ryan Walker
2025-09-08 20:10:09 +00:00
04a2c9c7bf
Auth headers (if they exist) take precedence over env var auth.
iwyrkore
2025-08-26 22:31:17 -04:00
3b1700c367
Updated README.
iwyrkore
2025-08-26 17:53:55 -04:00
d3059af8d8
Minor changes recommended by coderabbitai.
iwyrkore
2025-08-26 17:26:06 -04:00
0fa27c3081
Updated examples modelcontextprotocol/sdk to version 1.17.4.
iwyrkore
2025-08-26 17:07:41 -04:00
f2a580a0a8
Added passthroughAuth option, --passthrough-auth on the commandline. If passthroughAuth is true, auth headers in MCP call tool requests are passed through to the API requests as specified by the OpenAPI spec. Scheme types http (bearer or basic), apiKey (header, query param, or cookie), and openIdConnect bearer tokens (passed through) as supported.
iwyrkore
2025-08-26 15:56:40 -04:00
f29c277860
Merge pull request #39 from harsha-iiiv/copilot/fix-33b9d782-1c7b-44d1-89a9-adbd77a32aa8
Harsha v
2025-08-24 22:03:57 -07:00
33220c1e82
Address coderabbitai review feedback: improve docs, error handling, and boolean normalization
copilot/fix-33b9d782-1c7b-44d1-89a9-adbd77a32aa8
copilot-swe-agent[bot]
2025-08-25 04:59:26 +00:00
eda4505a63
Update CHANGELOG.md with corrected version details and proper categorization
copilot-swe-agent[bot]
2025-08-25 04:41:52 +00:00
4bf66d9efd
Upgrade package version to 3.2.0 and update CHANGELOG.md
copilot-swe-agent[bot]
2025-08-24 23:14:41 +00:00
7a31e1f6e9
Initial plan
copilot-swe-agent[bot]
2025-08-24 23:09:33 +00:00
82ff2b726d
Merge pull request #37 from atomicpages/main
Harsha v
2025-08-24 16:04:56 -07:00
1c806b8dab
Merge pull request #38 from FabriBorgobello/feature/endpoint-filtering
Harsha v
2025-08-24 16:04:01 -07:00
c9015f395e
Update src/utils/helpers.ts
Fabricio Borgobello
2025-08-22 11:58:27 +02:00
af1b664653
Adjust boolean validation
Fabricio Borgobello
2025-08-22 11:57:58 +02:00
1f001bb47a
Remove comment
Fabricio Borgobello
2025-08-22 11:04:08 +02:00
b1e29c22de
feature/endpoint-filtering
Fabricio Borgobello
2025-08-22 11:00:13 +02:00
e6352d13b6
chore: fix clerical error on docs
Dennis Thompson
2025-08-17 21:48:46 -07:00
26307f26ad
Update src/api.ts
Dennis Thompson
2025-08-17 21:48:06 -07:00
d943231672
Implement BYO OpenAPIV3.Document support in getToolsFromOpenApi
copilot/fix-35
copilot-swe-agent[bot]
2025-08-18 04:33:51 +00:00
99d3ba15d2
Initial plan for BYO OpenAPIV3.Document support
copilot-swe-agent[bot]
2025-08-18 04:29:37 +00:00
8949a0290c
Initial plan
copilot-swe-agent[bot]
2025-08-18 04:26:56 +00:00
b7bc67e444
fix: addresses harsha-iiiv/openapi-mcp-generator#35
Dennis Thompson
2025-08-17 21:25:33 -07:00
1d6b893e37
add cli option to README
Jack Thomson
2025-08-08 15:06:41 +01:00
7608c2f0c5
Update package-lock.json
Jaytee-eq
2025-08-08 14:12:10 +01:00
55971cef1a
format
Jack Thomson
2025-08-08 14:09:06 +01:00
cf1a795bee
Add simplifyTypes flag for CLI
Jack Thomson
2025-08-01 02:52:47 +01:00
bc4ee55ac2
handle schemas with one type array
Jack Thomson
2025-07-31 11:22:16 +01:00
7fdb5cb290
Add MseeP.ai badge to README.md
Lawrence Sinclair
2025-07-17 00:28:57 -07:00
47292c89cf
Merge pull request #30 from oneWalker/dev
Harsha v
2025-06-19 22:00:22 +05:30
2cab8aeada
style: format the code with the prettier config
Brian,Kun Liu
2025-06-19 11:31:27 +08:00
ea89e0498e
ci: add build and check on PR before merged
Brian,Kun Liu
2025-06-19 11:31:07 +08:00
34a1f6df12
perf: keep code with the same style and format command
Brian,Kun Liu
2025-06-19 11:28:24 +08:00
e17ab1a3d0
Merge pull request #29 from oneWalker/dev
Harsha v
2025-06-18 15:30:57 +05:30
0ca1310c56
perf: remove the lowercase transfer to make toolName readable
Brian,Kun Liu
2025-06-16 16:12:00 +08:00
aa388035ad
fix: use the versionNo in package.json
Brian,Kun Liu
2025-06-16 16:11:10 +08:00
c98d652933
Merge pull request #27 from oneWalker/dev
Harsha v
2025-06-15 00:19:04 +05:30
9c6fed9beb
Update the version serial No
Brian,Kun Liu
2025-06-12 19:17:09 +08:00
67e06c3c34
fix: cannot find the package after building and the problem during the building
Brian,Kun Liu
2025-06-12 19:00:34 +08:00
9c62e00f1c
📝 CodeRabbit Chat: Add git/package.json and update root package.json
coderabbitai/chat/20bTtA
coderabbitai[bot]
2025-06-11 12:22:26 +00:00
df758359e8
Update issue templates
Harsha v
2025-06-09 14:51:07 +05:30
aecd1ccd89
Add types declaration
Augusto Medeiros
2025-06-08 12:11:32 -07:00
78c3d91ec2
Merge pull request #22 from harsha-iiiv/fix/schema-cycle-detection
Harsha v
2025-06-08 23:49:38 +05:30
5a86b900fa
Merge 22b1bcceda95bd393324930fbcfe53aeabadf0ff into 4f7417890f8b5e7f441239ed79c2c5091d43c267
Kamal Muradov
2025-06-08 23:46:21 +05:30
4f7417890f
Create LICENSE
Harsha v
2025-06-08 23:45:58 +05:30
aaf8613216
chore: Update changelog and enhance schema mapping error handling
fix/schema-cycle-detection
harsha-iiiv
2025-06-08 23:35:23 +05:30
4c84306814
chore: Bump version to 3.1.2 and update changelog
harsha-iiiv
2025-06-08 23:29:13 +05:30
e2fd79c2ec
feat: Enhance schema mapping with cycle protection
harsha-iiiv
2025-06-08 23:10:43 +05:30
22b1bcceda
Consider Path Item-level params
kamal
2025-06-03 15:25:04 -04:00
7efaacc5b1
support direct execution w/o the bin stub
kamal
2025-06-03 15:04:48 -04:00
bf681ddc24
fix tsx
kamal
2025-06-03 15:01:29 -04:00
f51a6a7d47
npm install
kamal
2025-06-03 15:01:22 -04:00
e870f38999
Merge e18334729bbe1d06c7361a574bae1323de645188 into 2c6c05988e1042061a8431a2a77f965e200fbb6b
Aleš Ferlan
2025-05-26 09:33:08 +05:30
2c6c05988e
Update npm-publish.yml
Harsha v
2025-05-26 09:18:29 +05:30
c607d9c759
Merge pull request #18 from harsha-iiiv/fix/cli-path
Harsha v
2025-05-26 08:55:21 +05:30
6141d2e8ae
chore: Update version to 3.1.1 and modify CLI entry point
fix/cli-path
harsha-iiiv
2025-05-26 08:43:41 +05:30
2823c75bb2
📝 Add docstrings to fix/schema-one-of-parser
coderabbitai/docstrings/20bTtA
coderabbitai[bot]
2025-05-22 10:53:37 +00:00
e18334729b
fix: improve schema parsing for oneOf, anyOf and allOf
Alko89
2025-05-22 11:59:20 +02:00
0a3aeae2fb
Merge pull request #14 from harsha-iiiv/docs/add-programmatic-api-docs
Harsha v
2025-05-18 19:24:49 +05:30
83c4e3bba6
chore: Add versioning scripts to package.json for easier version management
docs/add-programmatic-api-docs
harsha-iiiv
2025-05-18 19:23:51 +05:30
55c0279613
Create npm-publish.yml
Harsha v
2025-05-18 19:18:22 +05:30
5052b00bbe
chore: Update version to 3.1.0 and changelog
harsha-iiiv
2025-05-18 18:47:33 +05:30
5b88b5e58d
feat: Add programmatic API documentation and implementation
harsha-iiiv
2025-05-18 18:37:27 +05:30
e73620b18f
add user-agent to oauth request as well
Dave Kerr
2025-05-16 14:27:08 -04:00
454c0ce7f2
cli flags for user-agent and oauth creds delivery mechanism
Dave Kerr
2025-05-16 13:47:24 -04:00
60c3f55490
Add build dependencies for YAML
Trinq2003
2025-05-16 17:30:21 +07:00
efeb0f561b
Add code to handle YAML input
Trinq2003
2025-05-16 17:29:43 +07:00
536714a31b
Merge pull request #6 from adnanhusain15/patch-1
Harsha v
2025-05-14 14:47:13 +05:30
8a502d3cb5
Add MseeP.ai badge to README.md
Lawrence Sinclair
2025-05-14 15:49:56 +07:00
9ad0e8a920
custom user-agent
Dave Kerr
2025-05-13 10:31:50 -04:00
2bea3b9b34
add helper
Dave Kerr
2025-05-07 11:36:04 -04:00
fb43a70170
fix escaping
Dave Kerr
2025-05-07 11:25:54 -04:00