relay

An MCP client tool for Prism

GitHub Stars

127

User Rating

Not Rated

Favorites

0

Views

25

Forks

9

Issues

8

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
PHP: 7.4 or higher
Composer: Latest version

Installation Steps

1. Install the Package

Use Composer to install Relay:
bash
composer require prism-php/relay

2. Publish the Configuration File

Next, publish the configuration file:
bash
php artisan vendor:publish --tag="relay-config"

Troubleshooting

Common Issues

Issue: Configuration file not found Solution: Verify that the command was executed correctly and check if config/relay.php exists.