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
""" | |
Minimal example of integrating Nova Act with MCP. | |
pip install fastmcp nova-act | |
References: | |
- Nova Act blog post: https://labs.amazon.science/blog/nova-act | |
- Nova Act GitHub: https://github.com/aws/nova-act | |
- FastMCP GitHub: https://github.com/jayhack/fastmcp | |
- Additional examples: https://github.com/madtank/nova-act-mcp, https://github.com/aws-samples/sample-agents-with-nova-act-and-mcp |