8000 GitHub - waka93/hackathon_mcp_client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

waka93/hackathon_mcp_client

Repository files navigation

Table of Content

Environment Setup

Create virtual environment

# Skip if already installed
pip install uv

uv venv --python=3.12

Activate virtual environment

source .venv/bin/activate

Install dependencies

uv sync

Create .env file

# Rename .env.template to .env
mv .env.template .env

# Populate the correct environment variables

Local Testing

Start MCP Server

Start your MCP server (not included in this repo)

Run the client with uv run agent.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0