Skip to content

Commit

Permalink
docs: fix typo, name (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
salman1993 authored Jan 30, 2025
1 parent 940d618 commit 3569c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In a typical session, the interface spins up an instance of the agent, which the
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/) is an open standard that allows for interoperability between data sources and AI agents. Goose utilizes MCP to connect to [MCP systems/servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#model-context-protocol-servers). In Goose, these systems/servers are referred to as extensions.


Extensions expose their funtionality to Goose through tools. Tools are the functions that allow extensions to perfrom specific actions, such as running commands, or performing file operations. For example, the Google Drive extension includes a tool for searching documents. That tool is what gives Goose the ability to perform that action.
Extensions expose their functionality to Goose through tools. Tools are the functions that allow extensions to perfrom specific actions, such as running commands, or performing file operations. For example, the Google Drive extension includes a tool for searching documents. That tool is what gives Goose the ability to perform that action.


Goose comes with a set of [built-in extensions](/docs/getting-started/using-extensions#built-in-extensions), each designed to enhance your interaction. These include tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive. Goose also supports [connecting to external extensions](/docs/getting-started/using-extensions#adding-extensions) or [creating custom extensions](/docs/guides/custom-extensions) as MCP servers.
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const FeatureList: FeatureItem[] = [

const FeatureQuotes: FeatureQuote[] = [
{
name: "Prem Prem Pillai",
name: "Prem Pillai",
github: "https://github.com/cloud-on-prem",
role: "Software Engineer",
testimonial:
Expand Down

0 comments on commit 3569c6a

Please sign in to comment.