soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What version are you using? Latest ### What did you do? Calling a subcommand should lookup for plugins as well. That means if we call `stellar contract hello` this...
### Command description Command that uses RPC [getLedgerEntries](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getLedgerEntries) endpoint ### Command flags Mandatory flag ` --key-xdr ` (may be passed multiple times) Optional `--output json` flag that changes output format...
Right now, global vs local config is confusing. This is what @leighmcculloch proposed, which seems like a good compromise: For P23, I think we can: * Default to the one...
### What version are you using? 22.6.0 ### What did you do? Deployed a contract using an `--alias ALIAS` value that I had previously used, so I was telling the...
### What problem does your feature solve? The `stellar contract invoke` command allows passing the parameters for the invocation in their JSON/textual forms, and outputs the response in the same...
# MCP Server Generator for Soroban Smart Contracts ## Overview This PR adds a new MCP (Model Context Protocol)[https://modelcontextprotocol.io/introduction] server generator to the Soroban CLI. The generator creates a TypeScript-based...
Part of https://github.com/stellar/rs-soroban-sdk/issues/1428 -- just moving us to rust 1.84 and wasm32v1-none for the wasm build (and fixing clippy fallout).
### What [TODO: Short statement about what is changing.] ### Why [TODO: Why this change is being made. Include any context required to understand the why.] ### Known limitations [TODO...
Some of types are not trivial to pass (and we don't have any documentation or anything on how to do so) For example, with this signature (coming from account example)...