DON'T MERGE : [DEMO: e2e mcp flow testing in wasmcloud environment]#4
Draft
Aditya1404Sal wants to merge 1 commit intobettyblocks:mainfrom
Draft
DON'T MERGE : [DEMO: e2e mcp flow testing in wasmcloud environment]#4Aditya1404Sal wants to merge 1 commit intobettyblocks:mainfrom
Aditya1404Sal wants to merge 1 commit intobettyblocks:mainfrom
Conversation
Signed-off-by: Aditya <aditya.salunkh919@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Tests Betty-mcp-component, Jwt-auth-component and mock-actions-component in a singular workload
Notes for team & future me :
in a multicomponent setup, the environment variables are to be loaded into the component that acts as the main export
in our mcp->(jwt,actions) setup the main entry point is the mcp component's http-incoming.handle.
if we load the environment variables into the localresources of the secondary components, they will not link/load
Reference:
for loading the config k-v into our workload, the config is NOT passed to per-component localresources.config
it's instead supposed to be passed to the wasi:config WitInterface present in host_interfaces as a config, where it acts as a global cofig store accessible by all the components in your workload.
reference :