Skip to content

Commit 076f4a4

Browse files
author
Vlad M
committed
Fix review issues: badge count, docstring, test.sh permissions
- Fix engines badge: 107 -> 112 to match actual file count - Add validate.yml CI badge to README - Fix build-engines.py docstring (was "MCP usage" from copy) - Add execute permission to test.sh Made-with: Cursor
1 parent 6f419a6 commit 076f4a4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
A [Cursor plugin](https://cursor.com/docs/plugins) that gives Cursor Agent the ability to search Google, Amazon, Walmart, YouTube, Google Maps, Google Scholar, and [100+ other engines](https://serpapi.com/search-engine-apis) via the [SerpApi](https://serpapi.com) REST API.
44

55
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
6-
[![Engines](https://img.shields.io/badge/engines-107-blue.svg)](engines/)
7-
[![CI](https://github.com/serpapi/serpapi-cursor-plugin/actions/workflows/update-engines.yml/badge.svg)](https://github.com/serpapi/serpapi-cursor-plugin/actions/workflows/update-engines.yml)
6+
[![Engines](https://img.shields.io/badge/engines-112-blue.svg)](engines/)
7+
[![Validate](https://github.com/serpapi/serpapi-cursor-plugin/actions/workflows/validate.yml/badge.svg)](https://github.com/serpapi/serpapi-cursor-plugin/actions/workflows/validate.yml)
8+
[![Update Engines](https://github.com/serpapi/serpapi-cursor-plugin/actions/workflows/update-engines.yml/badge.svg)](https://github.com/serpapi/serpapi-cursor-plugin/actions/workflows/update-engines.yml)
89

910
## Quick Start
1011

build-engines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
"""Build SerpApi engine parameter data for MCP usage."""
2+
"""Build SerpApi engine parameter schemas from the playground."""
33

44
from __future__ import annotations
55

test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)