Skip to content

hemdesai/SAS_MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

SAS MCP Server MVP Approaches

Overview

This repository contains three main approaches for interacting with the SAS MCP Server. Each approach is developed in its own branch:

1. MCP Inspector UI (mcp-inspector)

MCP Inspector UI

  • Minimal interface for technical users to directly inspect and query the SAS MCP Server.
  • No chatbot or conversational UI.

2. React Chatbot (No LLM) (react-chatbot)

React Chatbot

  • Interactive chatbot built in React.
  • Uses scripted rules and logic (no AI/LLM).
  • Demonstrates conversational UI without advanced natural language understanding.

3. LLM Chatbot (llm-chatbot) === LATEST WORK, SO START HERE

LLM Chatbot

  • Full-featured chatbot powered by a LLM, GPT-4.1 Mini
  • Supports natural language queries and advanced interactions with the SAS MCP Server.

Main branch contains this overview and shared documentation. For details and code, switch to the relevant branch.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors