Skip to content

scrapeless-ai/actor-template-go-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actor Template Go MCP

Project Description

This is a Go-based Actor template project designed for MCP (specific domain abbreviation, to be clarified based on actual context) related service development. It provides a basic service framework and configuration templates to facilitate rapid development startup.

Prerequisites

  • Go 1.20+ (latest stable version recommended)
  • Docker (optional, for containerized deployment)

Installation

  1. Clone the project to your local machine:
git clone https://github.com/scrapeless-ai/actor-template-go-mcp.git
cd github.com/scrapeless-ai/actor-template-go-mcp
  1. Download dependencies:
go mod download

Running

Start the service directly:

go run main.go

Directory Structure

.actor/          # Actor configuration files (including input schema, etc.)
.env.example     # Environment variable example
Dockerfile       # Docker build configuration
go.mod           # Go module dependencies
go.sum           # Go dependency verification
main.go          # Main entry file
server/          # Service-related code
└── server.go    # Core service logic

Contribution

Welcome to submit Issues or Pull Requests to improve the project. Before submission, ensure the code passes tests and update relevant documentation.

License

This project is licensed under the MIT License. See the LICENSE file for details (if applicable).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published