Skip to content

Conversation

@github-actions
Copy link
Contributor

Documentation Updates - December 16-17, 2025

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

  • Updated docs/src/content/docs/reference/frontmatter.md to document the new metadata field with constraints and usage examples
  • Updated docs/src/content/docs/guides/mcps.md to document HTTP authentication headers for MCP servers
  • Removed outdated URL parameter authentication reference in favor of proper header-based authentication

Merged PRs Referenced

Notes

The fuzzy scheduling features (#6659, #6664, #6693) are already comprehensively documented in docs/src/content/docs/reference/triggers.md and did not require updates. This PR focuses on the two undocumented features: metadata field and MCP HTTP headers.

AI generated by Daily Documentation Updater

- Document new metadata field in frontmatter (from #6666)
- Document HTTP authentication headers for MCP servers (from #6687)
- Remove outdated URL parameter authentication reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Dec 17, 2025
@mnkiefer mnkiefer requested a review from Copilot December 17, 2025 06:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR documents two new features merged on December 16-17, 2025: a metadata frontmatter field for storing custom workflow information, and HTTP header authentication support for MCP servers.

  • Added documentation for the metadata frontmatter field with key-value constraints
  • Added HTTP authentication headers configuration for MCP servers
  • Removed outdated URL parameter authentication reference

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/src/content/docs/reference/frontmatter.md Documents the new metadata frontmatter field with usage examples and constraints for storing custom workflow metadata
docs/src/content/docs/guides/mcps.md Documents HTTP header authentication for MCP servers and removes outdated URL parameter authentication reference

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +74 to +81
version: 1.0.0
category: automation
```

**Constraints:**
- Keys: 1-64 characters
- Values: Maximum 1024 characters
- Only string values are supported
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The constraint "Only string values are supported" may be misleading when the example shows a numeric version value (1.0.0). While YAML parsers will treat unquoted 1.0.0 as a string, this could cause confusion. Consider either:

  1. Updating the example to use quoted strings to be explicit: version: "1.0.0"
  2. Clarifying the constraint to specify that numeric values will be coerced to strings

Copilot uses AI. Check for mistakes.
@pelikhan pelikhan merged commit 84ce467 into main Dec 17, 2025
10 checks passed
@pelikhan pelikhan deleted the main-a290e50ce73b799e branch December 17, 2025 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants