Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps github.com/agentplexus/omniserp from 0.6.0 to 0.7.0.

Release notes

Sourced from github.com/agentplexus/omniserp's releases.

v0.7.0

Full Changelog: agentplexus/omniserp@v0.6.0...v0.7.0

Changelog

Sourced from github.com/agentplexus/omniserp's changelog.

Release Notes v0.7.0

Release Date: December 29, 2025

New Features

Secure Credential Management in MCP Server

The mcp-omniserp MCP server now includes optional secure credential management using VaultGuard. This provides enterprise-grade security for API key handling while maintaining full backward compatibility.

Key Features:

  • 🔐 OS Keychain Integration: API keys can be stored in the OS keychain (macOS Keychain, Windows Credential Manager, Linux Secret Service) instead of environment variables
  • 🛡️ Security Posture Checking: Validates system security before granting credential access
  • 📜 Policy-Based Access Control: Configure security requirements via ~/.agentplexus/policy.json
  • 🔄 Graceful Fallback: Automatically uses environment variables when no policy is configured (backward compatible)

How It Works:

  • Without a policy file: Works exactly as before - reads API keys from environment variables
  • With a policy file: Retrieves API keys from the OS keychain with security posture validation

Standard Mode (environment variables):

export SERPER_API_KEY="your-key"
export SEARCH_ENGINE="serper"  # optional, defaults to serper
./mcp-omniserp

Secure Mode (OS keychain + policy):

  1. Store your API key in the keychain:

    security add-generic-password -s "omnivault" -a "SERPER_API_KEY" -w "your-key"
  2. Create a security policy (~/.agentplexus/policy.json):

    {
      "version": 1,
      "local": {
        "require_encryption": true,
        "min_security_score": 50
      }
    }
  3. Run the server:

    ./mcp-omniserp

... (truncated)

Commits
  • 7ca12d4 chore(lint): golangci-lint: fix gofmt
  • 5a30714 docs: docs: upate presentation HTML
  • f28eaad feat: integrate VaultGuard secure credentials into mcp-omniserp
  • 55197bd docs: README.md: add icons to Overview feature list
  • 184b867 docs(README.md): update formatting
  • cda14ff refactor: mcp-omniserp: rename MCP server to follow mcp- prefix pattern
  • 7a76a60 docs: PRESENTATION.md: add Marp presentation
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/agentplexus/omniserp](https://github.com/agentplexus/omniserp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/agentplexus/omniserp/releases)
- [Changelog](https://github.com/agentplexus/omniserp/blob/main/RELEASE_NOTES_v0.7.0.md)
- [Commits](agentplexus/omniserp@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/agentplexus/omniserp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 30, 2025
@grokify grokify merged commit a3b9a8a into main Jan 3, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/agentplexus/omniserp-0.7.0 branch January 3, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants