Skip to content

jrobertboos/learn-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn MCP

Requirements

pip install -r requirements.txt

Running the MCP server

  1. Create Recipes directory in learn-mcp directory.
  2. From learn-mcp run python servers/recipes/server.py

Running the llama-stack server

  1. Export your OPENAI API key by running the following export OPENAI_API_KEY="..."
  2. Run the command llama stack run run.yml

Running the chat client

  1. Get the host and port from the llama-stack server
  2. Run the following command python chat.py <host> <port>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages