Skip to main content

학생 과제 루브릭 생성 및 피드백을 제공하는 MCP 서버

Project description

📘 Rubric MCP Server

학생 과제 루브릭을 자동 생성하고 피드백을 제공하는 Model Context Protocol (MCP) 서버입니다. FastAPI와 FastMCP 기반으로 구축되어 있으며, PyPI를 통해 설치하거나 uvx 명령어로 바로 실행할 수 있습니다.


✨ 주요 기능

  • ✅ 학습 주제/목표/학년에 따라 루브릭 자동 생성
  • ✅ 제출된 과제가 있으면 AI 기반 피드백도 자동 제공
  • 📚 학생의 학습 목표와 수준을 고려한 도서 추천 기능 포함
  • ⚡ FastMCP 프로토콜 기반으로 Claude/ChatGPT/Gemini 등과 연동 가능
  • 🧩 MCP Tool로 통합되어 AI 워크플로우에 쉽게 삽입 가능

🧰 MCP 명령어 (tool)

generate_rubric_feedback

입력 파라미터 타입 필수 여부 설명
topic string 과제 주제
objective string 학습 목표
grade_level string 학년 정보
name string 학생 이름
student_submission string 과제 제출물

출력:

{
  "rubric_standards": "과제 평가 기준",
  "grading_feedback": "학생 피드백 (선택적)"
}

📦 설치 방법

⚙️ MCP 플랫폼에서 사용 (uvx 권장)

MCP 설정 파일 (claude_desktop_config.json 등)에 아래 내용을 추가하세요:

{
  "mcpServers": {
    "rubric": {
      "command": "uvx",
      "args": ["rubric-agent"],
      "env": {
        "OPENAI_API_KEY": "your-openai-key",
        "GOOGLE_API_KEY": "your-google-key",
        "MODEL_TYPE": "openai",              // 또는 gemini
        "MODEL_NAME": "gpt-4o-mini"          // 또는 gemini-2.0-flash 등
      }
    }
  }
}

⚙️Python에서 직접 사용

rubricgenerator_mcp_server 패키지는 MCP 서버로 실행하지 않고도 직접 호출하여 사용할 수 있습니다.
✅ name과 student_submission을 모두 입력하면, AI가 학생 맞춤형 피드백과 학생 수준에 맞는 추천 도서도 함께 제공합니다.
from rubricagent import generate_rubric_feedback

입력값 설정

inputs = {
    "topic": "지구 문제에 우리는 어떻게 대처하는가? (환경문제)",
    "objective": "환경 논제 글쓰기",
    "grade_level": "초등학교 6학년",
    "name": None,  # 학생 이름이 없으면 피드백 없이 루브릭만 생성
    "student_submission": None  # 제출물이 없으면 피드백 없이 루브릭만 생성
}

# 루브릭 생성 함수 호출
response = generate_rubric_feedback(**inputs)

# 결과 출력
print(response["rubric_standards"])  # 평가 루브릭 출력

print(response["grading_feedback"])  # 학생 정보를 입력한 경우 피드백 및 추천 도서가 포함됨

📄 License
MIT License © 2025 See the LICENSE for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rubric_agent-0.0.3.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rubric_agent-0.0.3-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file rubric_agent-0.0.3.tar.gz.

File metadata

  • Download URL: rubric_agent-0.0.3.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.11

File hashes

Hashes for rubric_agent-0.0.3.tar.gz
Algorithm Hash digest
SHA256 396ef1239f5988c3a5ea2571b7a1ad70b6b77e97ae88e55681478c2ada9d481d
MD5 363a1d092be5a4d88739d2996acbbd41
BLAKE2b-256 6bf7154f3277893b9ad735bf7c69ddda5d57be924f859ca7a574bf6de8623bf9

See more details on using hashes here.

File details

Details for the file rubric_agent-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for rubric_agent-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0c3ac8a1c4fa04416b6844984ee6f28d9b8cbad5c7c0871ceaf29ea82d8c385e
MD5 60c9b2d3e6c8b2b874675296d0cd6151
BLAKE2b-256 18a8834af53a6893a14a8613478dedd62a131fa4ab65f9962a58f99ad92afa42

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page