feat: Add typescript examples using openfigi-sdk and openfigi-mcp #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds two new example projects demonstrating how to use the
openfigi-sdkandopenfigi-mcppackages with the OpenFIGI API. Each project includes a README with setup instructions, a Dockerfile for containerization, and relevant configuration files. Theopenfigi-sdkexample provides a TypeScript script showcasing API usage, while theopenfigi-mcpexample demonstrates setting up an MCP server for integration with AI assistants.OpenFIGI SDK Example:
example.ts) demonstrating identifier validation, searching by ISIN/ticker, batch mapping, and authenticated client usage with theopenfigi-sdkpackage.README.mdwith setup, usage instructions, and Docker integration details.Dockerfilefor running the example in a containerized environment.package.jsonwith dependencies and scripts for running the example..gitignoreto excludenode_modules/.OpenFIGI MCP Server Example:
README.mdexplaining how to run theopenfigi-mcpserver, configure it for Claude Desktop/Code, and use Docker for deployment.Dockerfilefor building and running the MCP server as a container.package.jsonwith the necessary dependency and start script..gitignoreto excludenode_modules/.