Skip to content

websearch-via-camera/llmfeed-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

LLMFeed Test Repository

This repository is a test setup for validating the LLMFeed GitHub Action (@25xcodes/llmfeed-action).

Purpose

This repo demonstrates how to:

  • Set up an LLMFeed JSON file in the .well-known/ directory
  • Configure a GitHub Actions workflow to automatically validate the feed on every push

Structure

.
├── .well-known/
│   └── mcp.llmfeed.json    # Sample unsigned LLMFeed
├── .github/
│   └── workflows/
│       └── validate-feed.yml   # Validation workflow
└── README.md

Workflow

The GitHub Action automatically runs on:

  • Push: When any *.llmfeed.json file is modified
  • Pull Request: When any *.llmfeed.json file is modified

Configuration

The workflow uses skip-signature: 'true' since this is a test feed without cryptographic signatures.

License

MIT

About

Test repository for validating the LLMFeed GitHub Action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published